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 hide forms title

474766Dec 8 2005 — edited Dec 14 2005
Hi,

I want to hide the title of the form. We are really tight in our form and we don't need this title. I tried this but without success...
SET_WINDOW_PROPERTY('CG$WINDOWS_1', TITLE,'');

the only way I manage to "hide" the title is by moving the window. But when I do this, there is a vertical scrollbar even if I specify "Show Vertical Scroll Bar" to NO
SET_WINDOW_PROPERTY('CG$WINDOW_1',POSITION,0,-20);

Thanks a lot!!!
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 11 2006
Added on Dec 8 2005
8 comments
5,995 views