‎2009 Jun 26 4:44 PM
Hi,
I'm doing some screen programming and need to disable/delete the context sensitive menu.
Currently when the program is running the program and they press the right mouse button a menu is displayed I need some way to disable or delete this can anybody help?
Many thanks in advance.
Some code example would be most appreciative.
Raj
‎2009 Jun 26 4:49 PM
Check the Screen Other attributes for Context Menu. Either you remove this Context Menu or customized it as per your requirement. I assume, you are refering to custom Z module pool programming.
‎2009 Jun 26 4:49 PM
Check the Screen Other attributes for Context Menu. Either you remove this Context Menu or customized it as per your requirement. I assume, you are refering to custom Z module pool programming.
‎2009 Jul 06 11:36 AM
Thanks,
I've set the Context Menu Form Section to
ON_CTMENU_ = BLANK
Thanks for your help.
Raj
‎2009 Jun 27 5:46 AM
Hi,
use class CL_CTMENU to control context menus.
Regards
Karthik D