Home » Developer & Programmer » Forms » how to maximize to Forms MDI window to Monitor size in Forms 6i
how to maximize to Forms MDI window to Monitor size in Forms 6i [message #86455] Thu, 30 September 2004 23:46 Go to next message
etryblr
Messages: 28
Registered: December 2003
Junior Member
Dear All,

I am new to Forms 6i version of D2k.I want to know how to maximize to Forms MDI window to Monitor size in Forms 6i

I have tried maximizing the root_window as below.

Set_Window_Property(wn_id2,WINDOW_STATE, MAXIMIZE);

But this will maximize just the root_window and not the Forms runtime window

thanks in advance

Prashanth

 
Re: how to maximize to Forms MDI window to Monitor size in Forms 6i [message #86458 is a reply to message #86455] Fri, 01 October 2004 03:00 Go to previous messageGo to next message
NAFEES AHMED
Messages: 5
Registered: June 2003
Junior Member
hello,

i hope that your problem will be solved by script which is mention here under

you use form level trigger
when_new_form_instant

and code is
set_window_property(forms_mdi,window_state,maximize);
set_window_property('window1'window_state,maximize);
by
Re: how to maximize to Forms MDI window to Monitor size in Forms 6i [message #86459 is a reply to message #86455] Fri, 01 October 2004 03:03 Go to previous messageGo to next message
NAFEES AHMED
Messages: 5
Registered: June 2003
Junior Member
hello,

i hope that your problem will be solved by script which is mention here under

you use form level trigger
when_new_form_instant

and code is
set_window_property(forms_mdi_window,window_state,maximize);
set_window_property('window1'window_state,maximize);
by
this is correct
Re: how to maximize to Forms MDI window to Monitor size in Forms 6i [message #86472 is a reply to message #86459] Sun, 03 October 2004 23:48 Go to previous message
Prashanth
Messages: 41
Registered: September 1999
Member
Thanks
Its working perfectely fine!

rgds :-)
Previous Topic: Edit Key Mappings in Forms6i In UNIX
Next Topic: urgent formatting triggers
Goto Forum:
  


Current Time: Mon Sep 09 17:17:54 CDT 2024