Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Dev/2000: Want the form MAXIMIZED!
On 8 Jan 1998 22:27:44 GMT, "Beth Powers" <bpowers_at_fiore-ind.com> wrote:
>I want the form ( I guess in Oracle that would be the application window)
>to be maximized when it opens. I cannot seem to achieve this feat. What
>IS happening (which is good) is that the initial canvas is maximized
>*within* the root window, but I cannot seem to get the root window to
>maximize. I achieved the later by using the SET_WINDOW_PROPERTY function.
Try
SET_WINDOW_PROPERTY ( FORMS_MDI_WINDOW, WINDOW_STATE, MAXIMIZE ); Patrick
E-Mails: patrick.wolf_at_telekabel.at (private)
wolf_at_scigames.at (firm)
E-Mails: patrick.wolf_at_telekabel.at (private)
wolf_at_scigames.at (firm) Received on Fri Jan 09 1998 - 00:00:00 CST
![]() |
![]() |