Enform Plus Reference Manual

Statements
Enform Plus Reference Manual422684-001
4-6
AT START Information for Current Report or All
Reports
option variable @VSPACE. In the following example, the SKIP clause of the AT START
statement causes two lines to be printed:
AT START PRINT "Report For" SKIP "Region " regnum;
Report For
Region 2
By using the FORM clause within an AT START statement, you can cause the remainder
of the AT START print-list to be printed on a new page and increments the page
number.
By using the CENTER clause following the print-list of an AT START statement,
you can center the information on the page.
The CENTER, Option Variable, SKIP, SPACE, and TAB clauses are described in
Section 5, Clauses
.
AT START Information for Current Report or All Reports
An AT START statement prints information just before the first set of column headings
for all subsequent reports in the current session. The current AT START statement can
be reset by specifying a new AT START statement with a different print-list. By
using the AT START PRINT clause within a LIST statement, you can temporarily
override the AT START statement for the report generated by the LIST statement.
Canceling Session-Wide AT START Information
You can cancel the AT START statement by:
Using the AT START statement without the print-list parameter
Using either the DICTIONARY statement or the ?DICTIONARY command (which
clears the AT START information from the internal table)