How can you change the default menu bar action?

Showing Answers 1 - 2 of 2 Answers

DM

  • Sep 19th, 2005
 

E.g. To Disable default Create Record Icon(+). Use the following in WHEN-NEW-RECORD-INSTANCE at form level.

APP_SPECIAL.ENABLE('FILE.NEW', PROPERTY_OFF ) ;

To know about detail about default menu, copy FNDMENU.mmb from $AU_TOP/resource/US.

--DM.

  Was this answer useful?  Yes

sajna samad

  • Aug 3rd, 2007
 

How can i enable the export in file menu of default menu bar?I tried APP_SPECIAL.ENABLE('FILE.EXPORT',PROPERTY_ON   ); in pre-form and new-form instance trigger but its not working .Is there anything which i have to do other than this to make it enabled.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions