Syntax for Events
Essentially, the default syntax for event code that is generated
from the Event Manager GUI is an IF/THEN statement.
- The Condition step in the Basic mode for the event defines the
IFstatement. The Value and Report Groups steps are theTHENstatement. - There is no strict requirement that code is constructed in an
IF/THENstatement.