Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Maximize the windows
Or you can use the command line parameter
F50run32 .... window_state=maximize
to start forms in maximized mode
Or you have to program
set_window_property(FORMS_MDI_WINDOW, WINDOW_STATE, MAXIMIZE)
in the new-new-form-instance trigger
Videoway wrote in message <01bdcc79$e0b4b410$500112ac_at_DESGIN01>...
>
>I want to know a way to maximize the windows
>in forms 5.0. I want my main form to be maximize.
>I tried SET_WINDOWS_PROPERTY('window_name',WINDOW_STATE, MAXIMIZE)
>but it does'nt enlarge has my windows 95 size which is 1024x768.
>
>somebody know a way to do that ??
Received on Fri Aug 21 1998 - 00:00:00 CDT
![]() |
![]() |