Re: Maximize Runform
Date: Tue, 12 Dec 2000 11:01:08 GMT
Message-ID: <9150hj$4r0$1_at_nnrp1.deja.com>
In article <71cZ5.574$Wd4.49760367_at_news1.mtl.metronet.ca>,
"C Marc" <cmarcoux_at_webnet.qc.ca> wrote:
> Hi!
>
> I need to maximize my runform Window, when I open a form.
> But I can't find where I configure this:
>
> f45run module=myform userid=scott/tiger window_state=MAXIMIZE
>
> Help will be appreciate.
>
> Thanks
>
> Claire
>
Hi Claire,
Create a shortcut for runform i.e. for f45run.exe and right click on
the shortcut to open the properties sheet. In the target area write the
above statement. Be sure to give the correct path for both f45run.exe
and your form module.
ex: c:\orawin95\bin\f45run.exe module=c:\forms\myform.rep userid...
The above will maximize your FORMS_MDI_WINDOW.
You might additionally have to use
set_forms_property(form_name, Window_state, MAXIMIZE)
in the when_new_form_instance trigger to maximize your forms window.
Clement. R. Elango
Sent via Deja.com http://www.deja.com/
Before you buy.
Received on Tue Dec 12 2000 - 12:01:08 CET
