Question:
How can I check or disable a menu option in SelectMenu method?
Solution:
To check an option, add an asterisk (*) before the option. To disable an option, add an exclamation mark (!).
In the example below, Option2 is checked, and Option5 is disabled.
Application.SelectMenu(“Option1|*Option2|Option3|Option4|!Option5”)
When the script is executed at runtime, the menu will display the following:
Obs.: Attached to this article is a sample application developed with E3 version 3.1 Build 270.