Difference between revisions of "SET PAGELENGTH"
From Recital Documentation Wiki
Yvonnemilne (Talk | contribs) |
Yvonnemilne (Talk | contribs) |
||
Line 23: | Line 23: | ||
==Example== | ==Example== | ||
− | < | + | <code lang="recital"> |
set pagelength to 60 | set pagelength to 60 | ||
set heading to single | set heading to single | ||
Line 29: | Line 29: | ||
list fields acc_prefix, acc_no, ord_value, name; | list fields acc_prefix, acc_no, ord_value, name; | ||
to file accounts.txt; | to file accounts.txt; | ||
− | for ord_date =("01/01/00")</ | + | for ord_date =("01/01/00") |
+ | </code> | ||
Revision as of 12:00, 19 March 2009
Contents
SET PAGELENGTH
Class
Printing
Purpose
Governs pagination in output files
Syntax
SET PAGELENGTH TO <expN>
See Also
BROWSE, DISPLAY, LIST, REPORT, TYPE, SET DESCRIPTIONS, SET HEADING, SET PAGEWIDTH
Description
The SET PAGELENGTH TO <expN> command sets the length of pagination in an output file created from one of the DISPLAY | LIST...TO FILE or TYPE FILE commands. When used in conjunction with the LIST | DISPLAY ... TO FILE, SET DESCRIPTION, SET PAGEWIDTH and SET HEADING TO commands, this provides the ability to produce quick reports.
Example
set pagelength to 60 set heading to single 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