TEXT

Describe text to be printed

TEXT "text" COLUMN column

text

Text to be printed on the current line.

COLUMN column

The column position for the text.

The TEXT statement describes text to be printed in a report. Text can be printed on the following types of lines:

REPORT_HEADER

REPORT_FOOTER

PAGE_HEADER

PAGE_FOOTER

To print text on a break or detail line, use a temporary text field.

The maximum number of columns in the report is 255.

TEXT "The grand total is: " COLUMN 40