Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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

Examples

Code Block
* Create a footer
 
Declare Subroutine Run_Report
 
Stmt = 'LIST CUSTOMERS CUSTOMER_NAME CITY '
stmt:= 'FOOTING "This is the Footer" '
Run_report("",stmt)