cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! X

Translate the entire conversation x

How to use the ACL command menu_delete when menu name has more than one word?

rboneti
7-Bedrock

How to use the ACL command menu_delete when menu name has more than one word?

Hi all,

The ACL menu_delete command works well when the menu name's just one word, like "Find". But when it has more than one word ("Find Expressions, for example"), it doesn't work.

I've tried these:

menu_delete .Edit."Find Expressions"

menu_delete .Edit."Find &Expressions"

menu_delete .Edit. "Find &Expressions"

menu_delete .Edit. "FindExpressions"

ACCEPTED SOLUTION

Accepted Solutions
BrianJ
12-Amethyst
(To:rboneti)

Try

menu_delete .Edit.Find_Expressions

The underscore character is used for spaces and underscores in menu path matching. Details can be seen by searching for "Special characters in menu paths" in Help.

View solution in original post

2 REPLIES 2
BrianJ
12-Amethyst
(To:rboneti)

Try

menu_delete .Edit.Find_Expressions

The underscore character is used for spaces and underscores in menu path matching. Details can be seen by searching for "Special characters in menu paths" in Help.

rboneti
7-Bedrock
(To:BrianJ)

That's it!

Thank You!

Announcements

Top Tags