Home » Developer & Programmer » Forms » DYNAMICALLY CHANGE THE FORM SIZE
DYNAMICALLY CHANGE THE FORM SIZE [message #79144] Fri, 03 May 2002 22:16 Go to next message
NATARAJAN V
Messages: 6
Registered: May 2002
Junior Member
hi
We are developeing forms in 6i which is run in browser. Since the user can resize the browser, we want the forms to also rezise accordingly so that the user doesnt have to scroll to see the items in the forms. How can we do this in the forms

with regards
Natarajan
Re: DYNAMICALLY CHANGE THE FORM SIZE [message #79153 is a reply to message #79144] Mon, 06 May 2002 13:12 Go to previous messageGo to next message
Tyler
Messages: 123
Registered: January 2002
Senior Member
You can use a trigger that executes the following code.

set_window_property('win_name',window_state,maximize);

or

set_window_property(forms_mdi_window,window_state, maximize);

T
Re: DYNAMICALLY CHANGE THE FORM SIZE [message #79324 is a reply to message #79153] Sun, 26 May 2002 00:58 Go to previous message
NATARAJAN V
Messages: 6
Registered: May 2002
Junior Member
hi
This works true in windows platform.
But when i try to run in netscape the window does not maximize.
How do i do it in web....
Natarajan
Previous Topic: total number of record.
Next Topic: Re: closing all forms...
Goto Forum:
  


Current Time: Thu Mar 28 15:22:15 CDT 2024