how to maximize the MDI window in web form.
443251Dec 7 2006 — edited Sep 3 2011Dear 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