Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== Footing ====== ==== Description ==== The Footing keyword will cause the OpenList commands List and Sort to produce a running page footing (text at the bottom of each page). The footing can contain text, page numbers, dates, and other information. ==== Syntax ==== **Footing** "//text// [//'options'//[,//format//]]" ==== Remarks ==== 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 keyword Heading elsewhere in this chapter. ==== Examples ==== This is an example of a command using a footing clause. <code> Sort INVOICES By INV_NO Footing "Invoice Listing" </code> More examples of footing clauses and their output if used with a similar command follow. Footing clause: <code> Footing "Invoice Listing for 'D'" </code> Output: <code> Invoice Listing for 01 JAN 1991 </code> Footing clause: <code> Footing "Invoice Listing 'S10'Page 'PP'" </code> Output: <code> Invoice Listing Page 1 </code> guides/programming/programmers_reference_manual/footing.txt Last modified: 2024/06/19 20:20by 127.0.0.1