Re: Full Screen forms

From: Pascal Thuis <Pascal.Thuis_at_nl.origin-it.com>
Date: 1997/11/12
Message-ID: <01bcef62$f5172720$cb1b10ac_at_arn125>#1/1


Tim <Tim_at_home.com> wrote in article <34697F6E.5D99_at_home.com>...
> 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
[Quoted] > > 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
> 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:
>
> f45run module=myform userid=scott/tiger window_state=MAXIMIZE
This last line has as consequence that the window still can be resized by the button in the upper left corner
My Idea is that the entire window cannot be resized, moved or closed(unless it means the end of the application)
therefore one needs to set the properties for the MDI window, but as far as I know there are no MDI-window properties or are there?

-- 
Greetings Pascal

----
Origin Nederland B.V.
RCSE Arnhem
email: Pascal.Thuis_at_nl.origin-it.com


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

Original text of this message