Friday, April 12, 2013

How to set Form’s Builder windows property?(Oracle Forms)

we will set window property of the form.
Just paste this code on form level in “WHEN-NEW-FORM-INSTANCE”. When you will run form then it will automatically set the property of the windows.

--------------------------------------------------Code--------------------------------------------
set_window_property(forms_mdi_window, window_state, maximize);
set_window_property(‘window1′, window_state, maximize);
set_window_property(‘window1′, title, ‘Form Header Name’);
------------------------------------------------------------------------------------------------------


Shabbir Ahmad Software Developer.

No comments:

Post a Comment

Thank You For Comment