2 Report Description Statements

The SUPPRESS PRINT FOR Statement

The SUPPRESS PRINT FOR statement provides a means of inhibiting print for a specified number of pages at the beginning of a report. Its primary purpose is to provide for restart in case of power or mechanical printer failures. Note that it is still necessary to re-run the report from its beginning to that totals may be accumulated correctly even though printout will not appear for the specified number of pages.

The SUPPRESS PRINT FOR statement performs its execution by altering the select code for the standard printer as set in the PRINTER IS statement. Use of the PRINTER IS statement while a report is active will cause an error 270 to occur.

SUPPRESS PRINT FOR number PAGES

The parameter is:

number
A numeric expression evaluating to a positive integer. If set to 0, the statement is ignored.

Eloquence Report Manual - 19 DEC 2002