Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: Dev/2000: Want the form MAXIMIZED!

Re: Dev/2000: Want the form MAXIMIZED!

From: TurkBear <jvgreco_at_pop.primenet.com>
Date: 1998/01/09
Message-ID: <34b74b3e.81198226@news.primenet.com>#1/1

Use the same function, but use the window name ' FORMS_MDI_WINDOW'. This is the name of the 'root' window.

so
Set_Window_Property(FORMS_MDI_WINDOW, WINDOW_STATE, MAXIMIZE)

 make this a 'When_New_Form_Instance' trigger and all should be well.

Hope this helps,
John Greco
Oracle DBA
reply to john.greco_at_dot.state.mn.us

"Beth Powers" <bpowers_at_fiore-ind.com> wrote:

>I'm a VB/Access programmer, so pardon this stupid question.
>
>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.
>
>-------------------------
>Beth Powers
>Fiore Industries Inc.
>bpowers_at_fiore-ind.com
Received on Fri Jan 09 1998 - 00:00:00 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US