Difference between revisions of "SET MARGIN"
From Recital Documentation Wiki
Yvonnemilne (Talk | contribs) |
Yvonnemilne (Talk | contribs) |
||
Line 15: | Line 15: | ||
==See Also== | ==See Also== | ||
− | CREATE REPORT, SET PRINT, SET PRINTER | + | [[CREATE REPORT]], [[SET PRINT]], [[SET PRINTER]] |
Line 33: | Line 33: | ||
==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|MARGIN]] |
Revision as of 17:09, 11 March 2009
Contents
SET MARGIN
Class
Printing
Purpose
Adjust the left-hand margin for all printed output
Syntax
SET MARGIN TO <expN>
See Also
CREATE REPORT, SET PRINT, SET PRINTER
Description
The SET MARGIN TO <expN> command adjusts the left margin for all printed output. The number <expN> is the number of characters to leave blank in the left margin. By default, the margin is 0.
Example
set margin to 10 use patrons index events set printer to spooler report form patrons to print set printer to
Products
Recital Database Server, Recital Mirage Server, Recital Terminal Developer