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!

set_window_property(forms_mdi_window, window_state, maximize);

sharpeApr 12 2007 — edited Apr 12 2007
Hi.

I issue this command in the When-New-Form-Instance trigger:

set_window_property(forms_mdi_window, window_state, maximize);

Although my application seems to become full screen, I still need to click the Internet Explorer 'maximize' button to get the window fully maximized.

Clicking the IE maximize button gives me a tiny bit more canvas...is there anyway to force the IE screen to be literally maximize as if the maximize button were pressed? Or do I just need to make do with what this command is able to provide?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 10 2007
Added on Apr 12 2007
2 comments
2,987 views