Re: Maximize Runform
From: DanHW <danhw_at_aol.com>
Date: 18 Dec 2000 04:55:15 GMT
Message-ID: <20001217235515.03250.00004299_at_ng-fg1.aol.com>
Date: 18 Dec 2000 04:55:15 GMT
Message-ID: <20001217235515.03250.00004299_at_ng-fg1.aol.com>
>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
>
>
A slightly better place to put Clement's code is on the PRE-FORM trigger, or
even the PRE-LOGON (or PRE-LOGIN - I alway forget which one). Those fire first,
and then you avoid even seeing the form change size (these are also where to
put a set_window_title(FORMS_MDI_WINDOW, title, <your title>) to avoid that
annoying "Oracle Forms Developer/2000" window title)
Dan HW Received on Mon Dec 18 2000 - 05:55:15 CET
