Home » Developer & Programmer » Forms » Probelm to hide window1 Gray bar in form output. (10G,xp)
Probelm to hide window1 Gray bar in form output. [message #430001] Fri, 06 November 2009 14:51 Go to next message
gurusuryas
Messages: 49
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
  • Attachment: window_01.JPG
    (Size: 14.86KB, Downloaded 1005 times)
Re: Probelm to hide window1 Gray bar in form output. [message #430003 is a reply to message #430001] Fri, 06 November 2009 15:02 Go to previous messageGo to next message
gurusuryas
Messages: 49
Registered: March 2009
Location: Chennai
Member

but, oracle forms always display window1 gray color in output window. Can we modify it?

please see the sample output window in attachment.

thanks
Guru
  • Attachment: 1.JPG
    (Size: 12.93KB, Downloaded 929 times)
Re: Probelm to hide window1 Gray bar in form output. [message #430025 is a reply to message #430003] Sat, 07 November 2009 01:15 Go to previous messageGo to next message
javed.khan
Messages: 340
Registered: November 2006
Location: Banglore
Senior Member

Try to maximize the form @ runtime so that this gray window will be hide.

Set_Window_Property(FORMS_MDI_WINDOW, WINDOW_STATE,MAXIMIZE);
Set_Window_Property('WINDOW1',TITLE,Yor Title);
Set_Window_Property('WINDOW1',WINDOW_STATE,MAXIMIZE);



Thanks
Jak
Re: Probelm to hide window1 Gray bar in form output. [message #430121 is a reply to message #430025] Sun, 08 November 2009 21:46 Go to previous messageGo to next message
gurusuryas
Messages: 49
Registered: March 2009
Location: Chennai
Member

hi jak,
i followed your settings in when new form instance and pre-form. but both given same output. still shows gray bar. please advise me


thanks
gurus
Re: Probelm to hide window1 Gray bar in form output. [message #430126 is a reply to message #430121] Mon, 09 November 2009 00:28 Go to previous messageGo to next message
hisham99
Messages: 106
Registered: October 2008
Location: united arab emirates
Senior Member
go to windows property
change window style to dialoge
Re: Probelm to hide window1 Gray bar in form output. [message #430167 is a reply to message #430126] Mon, 09 November 2009 05:50 Go to previous messageGo to next message
gurusuryas
Messages: 49
Registered: March 2009
Location: Chennai
Member


no changes in previous output after changed window style into dialogue too.


thanks
gurus
Re: Probelm to hide window1 Gray bar in form output. [message #430294 is a reply to message #430167] Mon, 09 November 2009 23:39 Go to previous messageGo to next message
hisham99
Messages: 106
Registered: October 2008
Location: united arab emirates
Senior 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
Re: Probelm to hide window1 Gray bar in form output. [message #430301 is a reply to message #430294] Tue, 10 November 2009 00:11 Go to previous messageGo to next message
gurusuryas
Messages: 49
Registered: March 2009
Location: Chennai
Member


hi,

Can you attach your sample form ?
thanks
Re: Probelm to hide window1 Gray bar in form output. [message #430308 is a reply to message #430301] Tue, 10 November 2009 00:22 Go to previous messageGo to next message
gurusuryas
Messages: 49
Registered: March 2009
Location: Chennai
Member

see this form,this is the output form that after changes made by your comments.

thanks
gurus
  • Attachment: window1.JPG
    (Size: 64.69KB, Downloaded 970 times)
Re: Probelm to hide window1 Gray bar in form output. [message #430351 is a reply to message #430001] Tue, 10 November 2009 03:13 Go to previous messageGo to next message
hisham99
Messages: 106
Registered: October 2008
Location: united arab emirates
Senior Member
this is a sample
  • Attachment: EMP.fmb
    (Size: 48.00KB, Downloaded 1280 times)
Re: Probelm to hide window1 Gray bar in form output. [message #430353 is a reply to message #430351] Tue, 10 November 2009 03:23 Go to previous messageGo to next message
gurusuryas
Messages: 49
Registered: March 2009
Location: Chennai
Member



thanks for your response,

actually our client requirement is that there should be only one bar is to be on display, like window1 bar or root window bar, but this emp.fmb has two bars( Window and window1 )but i need any one to be displayed in output window. is it possible here in oracle forms ?

please advice me.

thanks

gurus
Re: Probelm to hide window1 Gray bar in form output. [message #432531 is a reply to message #430353] Tue, 24 November 2009 18:41 Go to previous message
djmartin
Messages: 10181
Registered: March 2005
Location: Surges Bay TAS Australia
Senior Member
Account Moderator
Search Google for 'hide status bar oracle forms' and you will find http://www.oracle.com/technology/sample_code/products/forms/11g/jsinteg/lab1/index.htm

Go to Section 2. Replace the menu

Tell us if this site helps you in solving your problem.

David
Previous Topic: Disable item, then enable item, then can't tab to the item
Next Topic: Use web.show_document to call an htm document on application server
Goto Forum:
  


Current Time: Fri Sep 20 12:27:05 CDT 2024