remove horizontal and vertical scrollbar from runtime [merged 2 by jd] [message #670625] |
Tue, 17 July 2018 01:59 |
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 2071 times)
|
|
|
remove horizontal and vertical scrollbar from runtime [message #670626 is a reply to message #670625] |
Tue, 17 July 2018 02:17 |
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 1869 times)
|
|
|