After-Any Event

This document covers the following topics:


Applies To

Dialog.

Description

This event handler section is performed after each event in an application and is therefore specified only once. You use it, for example, to modify variables uniformly across the application, or to perform checks. When using this type of event, make sure this does not interrupt the processing of the events that are performed afterwards.

You can use the system variables *CONTROL and *EVENT to determine which dialog element has received which event.

Note:
The after-any event will not occur after a close event.