| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Forms4.5 MDI window control ???
Ishaq,
In your On-New-Form trigger try this code:
SET_WINDOW_PROPERTY(FORMS_MDI_WINDOW,TITLE,'New Release Management'); SET_WINDOW_PROPERTY(FORMS_MDI_WINDOW,WINDOW_SIZE, 700, 600); SET_WINDOW_PROPERTY(FORMS_MDI_WINDOW, POSITION, 0,0);or
IF :system.event_window = 'WINDOW1'
THEN
....
ELSIF :system.event_window = 'WINDOW2'
THEN
.....
END IF;
How can I reference the MDI window here?.
My second question is that how I can fix the size of the MDI window?.
I appreciate any help or suggestions,
TIA
Ishaq Bangash
bangash_at_executone.com
Received on Fri Jan 26 1996 - 16:15:36 CST
![]() |
![]() |