Versions Compared

Key

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

7.53.1 EVTROUTINE Parameters

HANDLING

COM_SENDER

COM_CURSOR

OPTIONS


Anchor
HANDLING
HANDLING
HANDLING

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.

Anchor
COM_SENDER
COM_SENDER
COM_SENDER

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.

Anchor
COM_CURSOR
COM_CURSOR
COM_CURSOR

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.

Anchor
OPTIONS
OPTIONS
OPTIONS

The Options parameter can have two values:

...