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: Hakan Eren <sarisin_at_interlog.com>
Date: 1998/01/09
Message-ID: <34B6F03E.78D1DA69@interlog.com>#1/1

Hi,

Try this and plus:

  SET_WINDOW_PROPERTY('ROOT_WINDOW', WINDOW_STATE, MAXIMIZE);
  SET_WINDOW_PROPERTY(FORMS_MDI_WINDOW, POSITION, 0, 0);
  SET_WINDOW_PROPERTY(FORMS_MDI_WINDOW, WINDOW_STATE, MAXIMIZE, MAXIMIZE);
  SET_WINDOW_PROPERTY(FORMS_MDI_WINDOW, TITLE, 'Network Vision Consulting,
Inc.');

Hakan

Beth Powers 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