| Probelm to hide window1 Gray bar in form output. [message #430001] |
Fri, 06 November 2009 14:51  |
gurusuryas Messages: 46 Registered: March 2009 Location: Chennai |
Member |
 
|
|
Hi all,
can i hide window1 gray bar in top of the forms output?
please find my attachment below. this is my requirement.Whenever i opening new form from menu, i need the window1 gray bar should be in hide, and canvas should be shown in that window.
anybody guide me ?
Thanks
Guru
|
|
|
|
|
|
|
|
| Re: Probelm to hide window1 Gray bar in form output. [message #430294 is a reply to message #430167] |
Mon, 09 November 2009 23:39   |
hisham99 Messages: 37 Registered: October 2008 Location: united arab emirates |
Member |
|
|
follow this step
1)but this trigger in (when new form instance)
Set_Window_Property(FORMS_MDI_WINDOW, WINDOW_STATE,MAXIMIZE);
Set_Window_Property('WINDOW1',TITLE,Yor Title);
Set_Window_Property('WINDOW1',WINDOW_STATE,MAXIMIZE);
2) go to window and change window style to dialoge
3) go to form (menu module and delete (DEFAULT&SMARTBAR)
now run your form its work perfect with me
|
|
|
|
|
|
|
|