Home » Developer & Programmer » Forms » remove horizontal and vertical scrollbar from runtime [merged 2 by jd] (oracle 11g, windows 7)
remove horizontal and vertical scrollbar from runtime [merged 2 by jd] [message #670625] Tue, 17 July 2018 01:59 Go to next message
hisham99
Messages: 106
Registered: October 2008
Location: united arab emirates
Senior Member
i make the following configuration in formsweb.cfg
width=100%
height=100%
in form (WHEN-NEW-FORM-INSTANCE) trigger
set_window_property(forms_mdi_window,window_state,maximize);
set_window_property('window1',window_state,maximize);

when i run the form horizontal and vertical scrollbar display,how can i remove them
  • Attachment: remove.jpg
    (Size: 177.25KB, Downloaded 1455 times)
remove horizontal and vertical scrollbar from runtime [message #670626 is a reply to message #670625] Tue, 17 July 2018 02:17 Go to previous message
hisham99
Messages: 106
Registered: October 2008
Location: united arab emirates
Senior Member
i make the following configuration
--formsweb.cfg
width=100%
height=100%

--in form (WHEN-NEW-FORM-INSTANCE) trigger
set_window_property(forms_mdi_window,window_state,maximize);
set_window_property('window1',window_state,maximize);


when i run the form horizontal and vertical scrollbar display ,how can i remove both scrollbar
  • Attachment: remove.jpg
    (Size: 177.25KB, Downloaded 1286 times)
Previous Topic: JAR FILE MISSING
Next Topic: Issue with subclassing object groups
Goto Forum:
  


Current Time: Thu Mar 28 08:38:09 CDT 2024