Equinox Online Help - Language Reference - A to Z

Home

ReportPageRange

Applies to
SyntaxReportPageRange [FirstPageExpression, LastPageExpression]
Action[Statement] Allows the operator to override the range of pages printed in the next report.
ScopeUsable anywhere.
Notes

This statement displays a dialog containing default values for first page and last page taken from the two optional parameters, which default to zero if not supplied.

If the operator cancels the dialog, no action is taken, and the statement sets the system workarea SysError to 1. Otherwise SysError is set to zero, and SysFirstPage and SysLastPage are set to the values displayed.

CategoryReports
See Also ChoosePrinter, PrinterSettings
Example