3 Report Execution Statements

The TRIGGER BREAK Statement

The TRIGGER BREAK statement provides a means of forcing a break condition that cannot be described with a BREAK WHEN statement. The break condition is treated in the same manner as if the control in the BREAK WHEN statement had invoked the break condition. The TRIGGER BREAK statement may not be executed while a level or page break is active.

TRIGGER BREAK level

The parameter is:

level
A numeric expression evaluating to an integer from 1 to 9. This number associates the TRIGGER BREAK or BREAK WHEN header and/or trailer statements of the same level. All trailer and header statements with greater or equal levels are triggered. Refer to page 61 , Execution Hierarchy, for the order each statement is triggered.

Eloquence Report Manual - 19 DEC 2002