Forms 9i web , Standard Menu Modification [message #141634] |
Tue, 11 October 2005 07:01 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
ORADEV1011
Messages: 3 Registered: October 2005
|
Junior Member |
|
|
Hi,
In Forms 9i (web) , I am trying to customize "DEFAULT&SMARTBAR" by adding one menu option for my oplication. It is ok to have default "TOOL BAR (INCONIC) MENU" , I just want to add my own option "XYZ Application".
I got this metalinc doc (152026.1)but I am not able to understand step #s 5 and above
Can somebody pl help..
1. Save the menu template OFGMNUT.mmb as another name, say MyOFGMNUT.mmb.
2. Customize the menu MyOFGMNUT.mmb to add, cut, or modify menu items as you need.
3. If you want some menu items to appear in the smartbar, set their property
'Visible In Horizontal Menu Toolbar' to Yes and specify 'Icon Filename'. Note
that the file's icons could be found in <Oracle_Home>/Cgenf61/Admin/Icons/Pc.
4. Compile the menu by File->Administration->Compile File, it will generate its
compiled mmx file in directory <OH>/CGENF61/ADMIN.
5. Create a menu module Mymenu in Designer and include other module to call by
this menu, say Myform1, Myform2.
6. Create a dummy form Mytopform for the menu accommodation. End-user should
always open this form first to access the menu items.
7. Set menu module Mymenu preferences:
- FMNDMA = Mymenu
- MNUSEC = No(optional, will avoid the menu security issue)
- STMMMB = MyOFGMNUT.mmb
8. Set forms Myform1, Myform2 preferences:
- FMNDMA = Mymenu
- MNUSEC = No (optional, will avoid the menu security issue)
9. Include all the paths where compiled menu and form files (mmx, fmx) reside in
registry entry Forms60_Path.
It is normally in Hkey_Local_Machine -> Software -> Oracle.
10. Generate the form module Mytopform with the option 'Include Module Network'.
|
|
|
|
|
|