Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

ValueDescription
QualifierThe Qualifier is composed of the number of parameters and the key to the SYSREPOSEVENTEXES table, separated by an asterisk. The MENU event takes only the two standard parameters, CtrlEntID and CtrlClassID. For example, the Qualifier for the MENU event for the File, Open menu item on a SYSPROG application window named "MAIN" has the following format:

"2*SYSPROG*MENU*MAIN.MENU.FILE.OPEN"

See also

Send_Message("QUALIFY_EVENT")

Example

This example shows how to create the following "Edit" menu, which will automatically enable and disable the appropriate menu items as applicable.

...