Re: How do you maximize the Forms Runtime Window???
Date: Thu, 03 Feb 2000 10:01:55 GMT
Message-ID: <87bjmj$1mu$1_at_nnrp1.deja.com>
Richard,
In Developer, code a WHEN-NEW-FORM-INSTANCE trigger (or add to the
existing one):
BEGIN
set_window_property(FORMS_MDI_WINDOW, WINDOW_STATE, MAXIMIZE);
END;
Regards,
Paul
In article <3898B0A5.2DBFE22E_at_hsv.boeing.com>,
Richard Hollingsworth <william.hollingsworth_at_hsv.boeing.com> wrote:
> Hi folks. Thanks for reading this.
>
> I'm writing my first D2K 2.1 application, and I'm having a problem
> getting the Forms Runtime Window to maximize itself when it opens. My
> forms window is set for a specific size, but the Forms Runtime window
> opens up too small to show my whole form, so I have to manually hit
the
> maximize button.
>
> How do you get the Forms Runtime Window to maximize itself on opening?
>
> Thanks for you help.
>
> Richard H.
>
Sent via Deja.com http://www.deja.com/
Before you buy.
Received on Thu Feb 03 2000 - 11:01:55 CET