rremove the top bar [message #432432] |
Tue, 24 November 2009 03:41 |
varosh81
Messages: 178 Registered: February 2008 Location: CHENNAI
|
Senior Member |
|
|
Hi all
When i run the form i get a top bar in every form there is written
one side Window and other side ORACLE.I removed oracle logo. I want to remove Window text as well as to remove the bar
please guide me
Thanks and regards
Varosh
|
|
|
Re: rremove the top bar [message #432477 is a reply to message #432432] |
Tue, 24 November 2009 07:28 |
gurupatham
Messages: 66 Registered: March 2008 Location: Chennai
|
Member |
|
|
To remove the window text add the below code in pre-form
Set_Window_property(Forms_Mdi_Window , Title '');
If the Tab bar is Menu , Set the Menu property from DEFAULT to NULL in Form's property Palette.
Else it may be the window bar.It cannot be removed.
|
|
|