setTextOptions

setTextOptions(linesPerPage: Integer;
               recordSize:   Integer);

The setTextOptions method of the JadeReportWriterReport class sets the number of lines per page and the size of each fixed-length record that you require when running the report for extraction to a text file. (Use the getTextOptions method to obtain the current lines per page for report output extracted to a text file.)

If you specify a value greater than zero (0) in the linesPerPage parameter, a new page character is written to the file when the specified number of lines has been written to the file. No new page characters are written to the file when the linesPerPage parameter value is zero (0).