Re: Windows size?

From: <pberetta_at_my-deja.com>
Date: Thu, 25 Nov 1999 15:52:24 GMT
Message-ID: <81jlvo$p92$1_at_nnrp1.deja.com>


In article <81j8mm$ge7$1_at_nnrp1.deja.com>,   Sue Han <sue_han_at_my-deja.com> wrote:
> Hi all,
>
> I have an application with Form 5.0. There is only one window in the
> application. When it starts, it always runs inside Developer/2000
Forms
> Runtime window. Is it possible to only see my window? I mean I don't
> want to see the Runtime window.

Check the Help files, if you are running on Microsoft Windows, there is a USESDI command that may do the trick. It is used from the command line when invoking Forms Runtime, not within the form itself. I've never used it, but it sounds like it might be what you are looking for.

> If I cannot get rid of the Runtime window, can it has the same size as
> my window or is maximized when application starts. I don't want to
> change my window's size.

If that doesn't work, you can maximize the MDI window with the following code within a WHEN-NEW-FORM-INSTANCE trigger   set_window_property(FORMS_MDI_WINDOW, WINDOW_STATE, MAXIMIZE);

> Is it possible to get rid of all menu including the Window menu? I
> already empty the value for Menu Module in my Form module, but I still
> get the Window menu.

There appears to be no way to do this.

> Thanks in advance.
>
> Sue.
>
> Sent via Deja.com http://www.deja.com/
> Before you buy.
>

Sent via Deja.com http://www.deja.com/
Before you buy. Received on Thu Nov 25 1999 - 16:52:24 CET

Original text of this message