Skip to Main Content

Oracle Forms

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

how to set window size ??

Poor-BoyJul 19 2016 — edited Jul 20 2016

i am trying to set my window with this query ... i need a small size of eindow like normal and X Y in centre

set_window_property(forms_mdi_window,window_state,maximize);

set_window_property('UFM',x_pos,69);

set_window_property('UFM',y_pos,7);


but when i call my from other form that's opening window maximize... meant opening full window still

This post has been answered by Manu. on Jul 20 2016
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 17 2016
Added on Jul 19 2016
15 comments
9,949 views