Skip to Main Content

Oracle Forms

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

how to maximize the MDI window in web form.

443251Dec 7 2006 — edited Sep 3 2011
Dear all,

i am using form 10g. the form open out of Internet Explorer. i have changed the following separateFrame=true
in formsweb.cfg.

the problem is that the form's MDI window does not open in maximize state.
i wrote the following code in when-new-form-instance trigger to maximize the MDI window.
set_window_property(forms_mdi_window, window_state, maximize);

i want the user can see the status bar because the window is not in maximize style so status bar is invisible. to see the status bar the user have to maximize the window.

thanks

Muhammad Nadeem
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 1 2011
Added on Dec 7 2006
22 comments
6,545 views