MSM-Workstation
Events

Choose

The high level event Choose may occur for components of the types List Box, Drop Down List and Long List Box.

Note: This event is not available for components of the types Combo Box and Drop Combo Box.

This event will occur when an option is chosen from such a list.

Appropriate code for this event includes any processing that needs to be done when the value of the entity in question changes.

If any other entities in the window need to be activated or de-activated for specific values of this entity, this event is the appropriate place to insert code that effects such (de)activation.

The event Choose is a high-level event that occurs when a selection is made in a List type control. The high level event Choose occurs after the low-level events deselect and select.

Note: The event Choose is triggered both after a deselect and after a select event. In general, it is easier to attach event-handling code to either of these low-level events, than to the high level event Choose.

Go to the alphabetic list of events.