Skip to main content
Version: 7.0

Event description block

Event description block describes an event in different statements.

Syntax

[GLOBAL | LOCAL] [FORMS formName1, ..., formNameN] [(GOAFTER | AFTER) propertyId1, ..., propertyIdM]

Parameters

  • GLOBAL

    The keyword specifying that the described event will be global. This is the default behavior.

  • LOCAL

    The keyword specifying that the described event will be local.

  • formName1, ..., formNameN

    A 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 | AFTER

    Synonymous keywords; either of them is followed by the list of properties or actions.

  • propertyId1, ..., propertyIdM

    List 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.