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

From: Mike Rife <rife_at_moffitt.usf.edu>
Date: 1996/06/06
Message-ID: <4p6jm0$7ma_at_mother.usf.edu>#1/1


In article <31ADCE3B.7133_at_vip.cybercity.dk>, ellebuk_at_vip.cybercity.dk says...
>
>Rick Rutt wrote:
>>
>> Friedel Hosenfeld <friedel_at_pz-oekosys.uni-kiel.d400.de> writes:
>>
>> >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.
>>
>> Use the builtin constant FORMS_MDI_WINDOW (not in quotes) as the
 window
>> name for the SET_WINDOW_PROPERTY procedure.
>>
>> -- Rick
>> --
>>
>> (Rick Rutt is a system architect living and working in Midland,
 Michigan.)
>
>Or add window_state=maximize to the command line.
>

Or in the WHEN-NEW-FORM-INSTANCE trigger you could put:

  set_window_property(forms_mdi_window,window_state,maximize);

This will set the window's property to be maximized. Received on Thu Jun 06 1996 - 00:00:00 CEST

Original text of this message