Difference between revisions of "SET PAGEWIDTH"

From Recital Documentation Wiki
Jump to: navigation, search
 
Line 34: Line 34:
 
==Products==
 
==Products==
 
Recital Database Server, Recital Mirage Server, Recital Terminal Developer
 
Recital Database Server, Recital Mirage Server, Recital Terminal Developer
 +
[[Category:Documentation]]
 +
[[Category:Commands]]
 +
[[Category:Set_Commands]]

Revision as of 17:15, 10 March 2009

SET PAGEWIDTH

Class

Printing


Purpose

Defines page width in output files


Syntax

SET PAGEWIDTH TO <expN>


See Also

SET HEADING, LIST, DISPLAY, REPORT, BROWSE, SET DESCRIPTION


Description

The SET PAGEWIDTH TO <expN> command sets the width in an output file created from one of the DISPLAY | LIST...TO FILE commands. The page number is centered accordingly on the bottom line of the page. When used in conjunction with the LIST | DISPLAY ... TO FILE, SET DESCRIPTION, SET PAGELENGTH and SET HEADING TO commands, SET PAGEWIDTH provides the ability to produce quick reports.


Example

set pagelength 60
set pagewidth to 65
use demo
list fields acc_prefix, acc_no, ord_value, name;
to file accounts.txt;
for ord_date = ("01/01/00")


Products

Recital Database Server, Recital Mirage Server, Recital Terminal Developer