Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Forms 4.5: Start Form Maximized
Thorsten,
If you want to do this at startup use:
f45run module=myform userid=scott/tiger window_state=MAXIMIZE
Otherwise use Set_Window_Property in a When-New-Form-Instance trigger. If your form calls a child form then you will also need to re-size the window on return from the child form.
Thorsten Baumeister wrote in message ...
>Can anyone please give me a hint how to start the Mother / Child Window in
>Forms 4.5 in maximized mode?
>Thanks for your tips.
>
>Bye, Thorsten.
>
>
>
Received on Fri Jul 23 1999 - 00:02:09 CDT
![]() |
![]() |