Page History
7.53.1 EVTROUTINE Parameters
|
|---|
HANDLING specifies the component and the event to be handled. You can enter up to 50 combinations of components and events in this parameter.
The event name is qualified by the component name.
|
|---|
COM_SENDER can be used to generically refer to components that signaled an event.
...
The components can be individual components or instances of a collection.
|
|---|
COM_CURSOR can be used to control the behavior of the desktop cursor during busy operations. It takes the following options:
*DEFAULT | Same as *DELAY_01. |
*NEVER | No busy cursor |
*IMMEDIATE | Show busy cursor immediately |
*DELAY_01 | Shows busy cursor if the activity takes longer than 1 second. |
*DELAY_02 | Shows busy cursor if the activity takes longer than 2 seconds. |
*DELAY_04 | Shows busy cursor if the activity takes longer than 4 seconds. |
|
|---|
The Options parameter can have two values:
...