Re: Newbie:Maximizing Form

From: <pberetta_at_my-deja.com>
Date: Sat, 05 Feb 2000 01:10:31 GMT
Message-ID: <87fta2$474$1_at_nnrp1.deja.com>


Scott
  If you want to maximize just the outermost window use set_window_property(forms_mdi_window, window_state, maximize); if you also want your form's window maximized, you can add set_window_property('OurWindow', window_state, maximize); replacing 'Our Window' with the name of your actual window in single quotes. Best place to code these are in a WHEN-NEW-FORM-INSTANCE trigger at the form level.
Regards,
Paul

In article <tlEm4.113$tv1.47727_at_wdc-read-01.qwest.net>,   "Mike Dwyer" <dwyermj_at_co.larimer.co.us> wrote:
> Also check the current thread in this group, Re: How do you maximize
the
> Forms Runtime Window???
>
> Suggestions include
> "set_window_property('forms_mdi_window', window_state, maximize)" and
> "set_window_property('OurWindow', window_state, maximize)"
>
> (i don't remember if the first entry had quotes on forms_mdi_window.)
>
> <jffaure_at_hotmail.com> wrote in message news:87f0q7
$e2i$1_at_nnrp1.deja.com...
> > Hello,
> >
> >
> > When you invoke your forms runtime application add a parameter
> > WINDOW_STATE=MAXIMIZE.
> >
> > You can see all parameters that you can use by the following command
> > ifrun60 help=yes
> >
> >



> > Jean-Francois FAURE
> > Email:jffaure_at_hotmail.com
> > TOULOUSE - FRANCE
> > WWW :
> > http://paid2surf.ifrance.com/paid2surf/
> > http://perso.libertysurf.fr/jffaure/sommaire.html
> >


> >
> >
> >
> > In article <87evgt$d3a$1_at_nnrp1.deja.com>,
> > sboucher_at_msn.com wrote:
> > > How do I maximize a form when it opens. I searched help and came
> > > across SET_WINDOW_PROPERTY but I couldn't get this to work. I
did it
> > > as follows:
> > >
> > > SET_WINDOW_PROPERT(WINDOW1,MAXIMIZE)
> > >
> > > Is there simply a property to be set to maximize?? I am using
Forms
> > > from Developer6.0
> > >
> > > Thanks
> > > Scott
> > >
> > > Sent via Deja.com http://www.deja.com/
> > > Before you buy.
> > >
> >
> >
> > Sent via Deja.com http://www.deja.com/
> > Before you buy.
>
>

Sent via Deja.com http://www.deja.com/
Before you buy. Received on Sat Feb 05 2000 - 02:10:31 CET

Original text of this message