Set lines per page

Command group Flag affected Reversible Execute on client Platform(s)
Report parameters NO NO NO All

Syntax

Set lines per page ([Send form feed]) {number}

Options

Send form feed If specified, Omnis outputs a form feed character at the end of each page of the report

Description

This command changes the number of lines per page for reports printed to file or port. You can send any report to a port or file using the Report destination dialog. When the destination is selected in this window, the number of lines is automatically set to the default number for the destination, so you must use Set lines per page after you have selected the report destination. The default lines per page setting is stored in the configuration file.

The Send form feed option lets you send a form feed character at the end of each page of the report; otherwise, multiple line feeds are sent.

Example

# Set the number of lines for each page of the report
# rMyReport to 66
Set report name rMyReport
Set lines per page (Send form feed) {66}
Print report