How to hide forms title
474766Dec 8 2005 — edited Dec 14 2005Hi,
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!!!