Enform Plus Reference Manual
Statements
Enform Plus Reference Manual—422684-001
4-48
Title for Current Report or All Reports
TITLE "Report 2-A" SKIP "Total Sales";
Report 2-A
Total Sales
By using the FORM clause within a TITLE statement, you can force a new page. The
remainder of the TITLE print-list is printed, starting at the top of the next
physical page. The page number remains the same. A single logical page can span
multiple physical pages such that a TITLE can appear on one page, the data on the next,
and a FOOTING on the next. The same page number applies to all physical pages in a
logical page.
By using the CENTER clause within a TITLE statement, you can center the title on the
page.
The CENTER, Option Variable, SKIP, SPACE, and TAB clauses are described in
Section 5, Clauses
.
Title for Current Report or All Reports
A TITLE statement prints a title at the top of each page for all subsequent reports in the
current session. Specifying a new TITLE statement resets the TITLE statement to the
value of the new print-list. A TITLE statement can be temporarily overridden by
a TITLE clause within a LIST statement. A TITLE clause within a LIST statement
prints a title for the current report only.
Canceling Session-Wide Title
You can cancel a TITLE statement by:
•
Using the TITLE statement without the print-list parameter
•
Using the DICTIONARY statement or ?DICTIONARY command (which clears the
TITLE information from the internal table)