Maximising Forms window [message #447866] |
Thu, 18 March 2010 05:01 |
rosswelsh
Messages: 42 Registered: February 2010 Location: Sunderland
|
Member |
|
|
Hi all,
I am using Oracle Forms 9i and when I run a form the window is quite small and not everything is dislpayed properly.
I have used a when_form_new_instance trigger: set_window_property('Window1',window_state, maximize);
This maximises the window fine but not the whole form i.e. everything including the surrounding Oracle menus. Is there a way to get this to fill the whole browser window?
I have attached a screenshot so you can see what I mean.
Thanks very much for any advice.
|
|
|
Re: Maximising Forms window [message #447877 is a reply to message #447866] |
Thu, 18 March 2010 05:19 |
kojot
Messages: 27 Registered: December 2009 Location: Poland
|
Junior Member |
|
|
Yes, it is. Edit your formsweb.cfg file. You can find it in \DevSuiteHome\forms\server. Find the #Forms applet parameter and change it to:
width=100%
height=100%
I hope it's gonna help you.
Regards,
Wojtek.
|
|
|
|
|
Re: Maximising Forms window [message #447895 is a reply to message #447866] |
Thu, 18 March 2010 06:31 |
rosswelsh
Messages: 42 Registered: February 2010 Location: Sunderland
|
Member |
|
|
Id have to speak to the administrators about it as I don't have access to the file, and I can't just ask them to change it, but its worth a shot.
Thanks!
|
|
|
|