Switches off the default activation for menu options in menus created by the MENU statement.
Syntax
QX_DYNAMIC_INTERACTION = {1, 0}
Possible values
0 (default) |
enables the default activation for menu options |
1 |
disables the default activation for menu options |
Usage and examples
By default, if a menu is created by the MENU statement and doesn't have KEY clauses, then you can activate menu options in this menu by pressing the first letter of the option's name (as described here and here).
This default behavior corresponds to QX_DYNAMIC_INTERACTION set to 0:
QX_DYNAMIC_INTERACTION = 0
To switch off the default activation, you must set QX_DYNAMIC_INTERACTION to 1:
QX_DYNAMIC_INTERACTION = 1
QX_DYNAMIC_INTERACTION applies at runtime, so it is set in inet.env.