Event description block
Event description block describes an event in different statements.
Syntax
[GLOBAL | LOCAL] [FORMS formName1, ..., formNameN] [(GOAFTER | AFTER) propertyId1, ..., propertyIdM]
Parameters
-
GLOBALThe keyword specifying that the described event will be global. This is the default behavior.
-
LOCALThe keyword specifying that the described event will be local.
-
formName1, ..., formNameNA list of names of the forms in which the event will occur. Each element of the list is a composite ID. If the list is not defined, the event will occur in all forms.
-
GOAFTER|AFTERSynonymous keywords; either of them is followed by the list of properties or actions.
-
propertyId1, ..., propertyIdMList of IDs of properties or actions. This list means that all event handlers that change one of the specified properties, as well as the specified actions, must be executed earlier than the handlers that will be defined in the statement for which this event description block is being defined.