Reporting : Native reporting system : Reporting system command language : SETTING command : Setting headers and footers
  
Setting headers and footers
The HEADER and TRAILER subcommands work to set-up the headers and footers for each printed report page.
HEADER [ 1 | 2 | 3 | 4 ] constant-string,...,constant-string
HEADERFONT font-identifier
HEADERSPACE numeric-inches
For details of the subcommands, see HEADER subcommand, HEADERFONT subcommand, and HEADERSPACE subcommand.
Use the HEADER subcommand to specify the header line to modify, the HEADERFONT subcommand to set the typeface of that header line, and the HEADERSPACE subcommand to set the white space between the last header line and the report content.
TRAILER [ 1 | 2 | 3 | 4 ] constant-string,...,constant-string
TRAILERFONT font-identifier
TRAILERSPACE numeric-inches
For details, see TRAILER subcommand, constant-string, TRAILERFONT subcommand, font-identifier, and TRAILERSPACE subcommand.
Use the TRAILER subcommand to specify the header line to modify, the TRAILERFONT subcommand to set the typeface of that header line, and the TRAILERSPACE subcommand to set the white space before the first footer line is printed.
Note Either command example (one line header command or the two line trailer command statement) produce the same printed results.
Parent topic
SETTING command