Re: Full Screen forms

From: Tim <Tim_at_home.com>
Date: 1997/11/12
Message-ID: <34697F6E.5D99_at_home.com>#1/1


David Dumas wrote:
>
> I am developing a touch screen (no keyboards) application in which I want
> full screen oracle forms, i.e. I do not want to give the users the ability
> to maximize, minimize, ect... Does anyone know any window properties, ect..
> for the main forms mdi window to accomplish this?

To maximise the main mdi window, use the built in constant FORMS_MDI_WINDOW: eg [Quoted] In you when-new-form use:

   Set_Window_Property(FORMS_MDI_WINDOW, WINDOW_STATE, MINIMIZE);

In addition, it may be a good idea to maximise the window on the runform command to start your system:

[Quoted]    f45run module=myform userid=scott/tiger window_state=MAXIMIZE

TC Received on Wed Nov 12 1997 - 00:00:00 CET

Original text of this message