Set page width

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

Syntax

Set page width {number}

Description

This command changes the width of reports printed to file or port. The default setting is stored in the preferences file and is selected automatically when the destination is chosen. Set page width overrides this setting and must be used after selecting the report destination.

Example

# Set the page width for the report rMyReport to 45
Set report name rMyReport
Send to file
Set print or export file name {[con(sys(115),'output.txt')]}
Set lines per page {66}
Set page width {45}
Print report
Close print or export file