Re: Forms 4.5: Start in full-screen mode?

From: Lee Levy <levy.lee.ls_at_bhp.com.au>
Date: 1996/05/30
Message-ID: <4ol99g$sf8_at_gossamer.itmel.bhp.com.au>#1/1


In article <31ADB44C.1855_at_pz-oekosys.uni-kiel.d400.de>, Friedel Hosenfeld <friedel_at_pz-oekosys.uni-kiel.d400.de> says:

>I want to start a Forms-4.5 (Dev/2000)-application in
>full-screen mode. I can maximize the (client)windows
>using a command like set_window_property(...maximize...),
>but I want the whole application to begin in full-screen
>mode.

From the WHEN-NEW-FORM-INSTANCE trigger, call the SET_WINDOW_PROPERTY buit-in
The PROPERTY parameter can be set to WINDOW_SIZE, HEIGHT, WIDTH, X_POSITION or Y_POSITION
The VALUE parameter can be set to MAXIMIZE (note the american spelling), or as required.
When using MS-Windows, set the WINDOW_NAME parameter to FORMS_MDI_WINDOW to affect the entire window.

I think you want:
Set_Windows_Property(FORMS_MDI_WINDOW, WINDOW_STATE, MAXIMIZE);

HIH
Lee



  Lee Levy, ISSD Technical Dream Team, Del Code (34)   BHP Information Technology, ACN 006 476 213   PO Box 261, Warrawong, NSW 2502, Australia   PH: +61 42 75-5485 Fax: -5500 Tie: 8855-   Internet : levy.lee.ls_at_bhp.com.au

Opinions expressed are mostly my own, so give me some credit. Received on Thu May 30 1996 - 00:00:00 CEST

Original text of this message