2 Report Description Statements

The SUPPRESS PRINT AT Statement

The SUPPRESS PRINT AT statement allows reports to be produced at summary levels. Headers and trailers for levels lower than the SUPPRESS PRINT AT level are executed. Those with equal or higher levels are not. Except for the printout reduction, the report is produced exactly as if all details were being printed (i.e., the detail line must still be executed). Only one SUPPRESS PRINT AT statement may appear in a report description.

SUPPRESS PRINT AT level

The parameter is:

level
A numeric expression evaluating to an integer from 1 to 9. Only headers and trailers with a lower level will be executed.
An example of this statement follows.


220  SUPPRESS PRINT AT 4
The headers and trailers with levels 1, 2 and 3 are printed. No detail lines are printed. Headers and trailers with levels 4 through 9 are not printed. Page headers and page trailers are not affected. Example 2 in page 65 shows a report with the SUPPRESS PRINT AT statement used.


Eloquence Report Manual - 19 DEC 2002