Mousarules
Mousarules

Reputation: 63

ORACLE FORMS builder

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 the 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 .

Upvotes: 1

Views: 3884

Answers (1)

Jeffrey Kemp
Jeffrey Kemp

Reputation: 60262

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

Upvotes: 2

Related Questions