Resize FORMS Environment window size? [message #241135] |
Mon, 28 May 2007 07:56 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
bbaz
Messages: 138 Registered: April 2007
|
Senior Member |
|
|
How can I resize FORMS ENVIRONMENT WINDOW size? not my forms window.
NOT "set_window_property('my_window_name', WINDOW_STATE, MAXIMIZE);"
Is there a .ENV file that I have to change the settings of? If so which Parameter?
Thanks
|
|
|
Re: Resize FORMS Environment window size? [message #241148 is a reply to message #241135] |
Mon, 28 May 2007 08:24 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
karthick2809
Messages: 50 Registered: April 2007 Location: Chennai
|
Member |
|
|
open orahome\forms90\server\formsweb.cfg.Give next separateFrame=TRUE and in the new form instance give
set_window_property(forms_mdi_window,window_state,maximize);
set_window_property('my_window',window_state,maximize);
hope it works
|
|
|
|