guides:programming:programmers_reference_manual:footing_run_report_keyword

Footing

The Footing keyword will cause Run_Report to produce a running page footing (text at the bottom of each page). The footing can contain text, page numbers, dates, and other information.

Footing "text ['options'[,format]]"

The footing clause consists of the keyword Footing followed by the footing specifications in double quotes.

Note: You must use double quotes.

The format of the options for Footing are exactly like those of the keyword Heading. For example:

Footing "Report produced on 'D'"

For details about the options available in Footing, please refer to the Heading keyword.

* Create a footer

Declare Subroutine Run_Report

Stmt = 'LIST CUSTOMERS CUSTOMER_NAME CITY '

stmt:= 'FOOTING "This is the Footer" '

Run_report("",stmt)
  • guides/programming/programmers_reference_manual/footing_run_report_keyword.txt
  • Last modified: 2024/06/19 20:20
  • by 127.0.0.1