i'm having a problem when trying to MAXIMIZE ORACLE forms builder's window ; i've tried all the right commands ( set_windw_property ) also i've edited th开发者_运维知识库e formsweb.cfg file (width , hieght and separate) . Can anyone help me with such an issuse ??
Kindly note that i'm using - Forms [32 Bit] Version 10.1.2.0.2 (Production); on windows 7 .
Have you tried setting the MDI properties?
On MS-Windows, Forms run inside a Windows Multiple-Document Interface (MDI) window. You can use SET_WINDOW_PROPERTY on the window called FORMS_MDI_WINDOW to resize this MDI (or any other named) window.
set_window_property(FORMS_MDI_WINDOW, WINDOW_STATE, MAXIMIZE);
Source: http://www.orafaq.com/wiki/Forms_FAQ
精彩评论