I want to know if it's possible to hide the "hide" option on
context menu that is used to hide field. I've dig out this answer
(at the end) from the archive and found out that "hide" is task
#2848. With this i can disable the functionnality but the menu
option is still there. Do you know way to remove the "hide" option
from the context menu? Or do you know an easier way then modifying
the code to disable this menu option?
Thanks!
Steeve...
---------
Hi
About hiding different functions in right click, you should check the
class
sysSetupFormRun, especially task method.
I guess the way is to find the task number, and return false before
Super(),
when you dont want something to happen.
Best regards
Henrik Wagner
---------
Steeve...
Yahoo! Groups Links
- To visit your group on the web, go to:
http://groups.yahoo.com/group/development-axapta/
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.

