daogu
Removing window menu from the default menu of the form
Hi every one ,
I want to remove the window menu from the default form’s menu.
can anyone help me in this regard.
Thanks in anticipation.
Answer:I don’t think you can. See http://www.orafaq.com/forum/m/170139/67467/?srch=window menu#msg_170139 where a similar question was asked about the ‘help’ drop-down menu.
David
Answer:Try this method:
Create menu item with label WINDOW and set the property to Magic Item = Window.
Now make this menu item invisible.
Minto
Answer:A good idea but unfortunately it didn’t work for me.
And when I set my ‘WindoW’ and ‘HelP’ to ‘visible’ I get the following.
David
Answer:hi David,
you have to set the Menu Item Type property to Magic.
it worked for me.
Minto
Answer:My bad. I did as you said and found that the Window option is not shown.
Thanks for the information.
David
Answer:Create Window in your menu.
Set Properties.
Menu Item Type:: magic
Magic Item:: window
Command Type:: Null
Visible In Menu:: Yes
Then in menu Start up Code..
It will work.
Answer:One More suggestion :
-> Go to form’s window propery.
-> change window_style = DOCUMENT.
-> then change modal = YES.
This will make your form modal and hide window menu.
Answer:Hello,
You can remove Window from menu by adding one parameter in formsweb.cfg
useSDI=yes append this parameter at otherparams
Got it..
Answer:
| shekhar.salunkhe wrote on Mon, 12 May 2008 16:01 |
| Hello,
You can remove Window from menu by adding one parameter in formsweb.cfg useSDI=yes append this parameter at otherparams Got it.. |
I did exactly as you said , but the window menu still remain ![]()
Answer:Then use the ‘magic’ menu item as detailed further up this thread.
David
Related posts:
- Open Form B From Form A within one session / Window Dear Guru I need the Fllowing Functionality between to...
- Menu attached to a form appears on MDI Window in 10g !! Hi, I have migrated a form to 10g (10.0.4)...
- how to make button show and hide window ? I want button in my form show the second...
- How to Enable Scrool Bar on Browser Window I have form 10g running on 10g.But the browser...
- default toolbar is not diplayed Dear Friends, when i run the form (forms 10g),...
No Comments