2 Report Description Statements
The PAUSE AFTER Statement
The PAUSE AFTER statement temporarily pauses the execution of the report, allowing either the printing of reports on individual pages or viewing on the display. To resume execution of the report, you must press the RETURN key.
PAUSE AFTER number PAGES
The parameter is:
- number
- A numeric expression which evaluates to an integer between 0 and 32767. If evaluated to be zero, the PAUSE AFTER will have no effect.
The statement PAUSE AFTER 1 PAGES causes one page to print followed by a pause, the next page to print followed by a pause, etc.
Eloquence Report Manual - 19 DEC 2002