Command | Description |
ColHeading statement | Specifies the heading or headings that will appear above each column on a report. Use with ColLength statement. |
ColLength statement | Specifies the width for each column heading in a printed report. Use with ColHeading. |
Footing statement | Defines a page footer to be printed at the bottom of the page in conjunction with the Print statement. The footer text is printed after the maximum page height lines have been printed, and on the Printer Off statement. |
Get_Dialog_Params() | Returns a block of parameters associated with this dialog box. |
Heading statement | Defines a page heading to be printed at the top of the page in conjunction with the Print statement. The header text is printed after the maximum page height lines have been printed, and on the Printer Off statement. |
Page statement | Forces printer to advance one page. |
Print statement | Outputs data to the system printer. |
Printer statement | Directs output of Print statement to the printer. |
Set_Dialog_Params() | Replaces any dialog-specific parameter data with new values. |