Enform Plus Reference Manual

Clauses
Enform Plus Reference Manual422684-001
5-29
AT START Information for Current Report or All
Reports
following the keyword SKIP, the number of slashes specified, or the option variable
@VSPACE. In the following example, the SKIP clause causes two lines to be printed:
AT START PRINT "End of Report for" SKIP "Region " regnum,
End of Report for
Region 1
By using the FORM clause within a print-list, you can cause Enform Plus to start a
new page, increment the page number, and continue with the rest of the print-list.
By using the CENTER clause following the print-list of the AT START PRINT
clause, you can center the information on the page.
The CENTER, Option Variables, SKIP, SPACE, and TAB clauses are described in this
section.
AT START Information for Current Report or All Reports
An AT START PRINT clause prints information only for the report generated by the
associated LIST statement. It temporarily overrides the session-wide AT START
statement. If you want to print the same information just before the first set of column
headings for all subsequent reports in the current session, use the AT START statement.
Overriding Session-Wide AT START Information
Temporarily override the session-wide AT START statement by using the AT START
PRINT clause with “ ” for the print-list parameter.