Re: Forms 4.5 window resizing question

From: Adrian G. Klingel <klingela_at_nospam.nt.com>
Date: 1998/02/17
Message-ID: <34E9DDA4.CC57E143_at_nospam.nt.com>#1/1


Here you go:
The outer runtime window is known as the forms MDI window. The first line is there to show you how to put a title other than "Forms 4.5(Runform)". Put this code in a WHEN-NEW-FORM-INSTANCE trigger.

set_window_property(FORMS_MDI_WINDOW,TITLE,'Your Title Here'); set_window_property(FORMS_MDI_WINDOW,WINDOW_STATE,MAXIMIZE);

Hope this helps.
Adrian Klingel
Consultant

Ohio Valley Laboratory wrote:

> Is there a way to resize the outer runtime window (the one that is
> labeled
> "Forms 4.5(Runform)") in forms 4.5 from inside the form. I know it can
> be resized using the mouse during runtime, but I would like to be able
> to set its diminsions inside the form.
>
> Thanks in advance.
> Ron Watson
Received on Tue Feb 17 1998 - 00:00:00 CET

Original text of this message