Difference between revisions of "SET MARGIN"
From Recital Documentation Wiki
Yvonnemilne (Talk | contribs) |
Helengeorge (Talk | contribs) |
||
(5 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
==Purpose== | ==Purpose== | ||
Adjust the left-hand margin for all printed output | Adjust the left-hand margin for all printed output | ||
Line 15: | Line 8: | ||
==See Also== | ==See Also== | ||
− | CREATE REPORT, SET PRINT, SET PRINTER | + | [[CREATE REPORT]], [[MODIFY REPORT]], [[SET PRINT]], [[SET PRINTER]] |
Line 23: | Line 16: | ||
==Example== | ==Example== | ||
− | < | + | <code lang="recital"> |
set margin to 10 | set margin to 10 | ||
use patrons index events | use patrons index events | ||
− | set printer to spooler | + | set printer to \\spooler |
report form patrons to print | report form patrons to print | ||
− | set printer to</ | + | set printer to</code> |
==Products== | ==Products== | ||
− | Recital | + | Recital Server, Recital |
+ | [[Category:Documentation]] | ||
+ | [[Category:Commands]] | ||
+ | [[Category:Set_Commands|MARGIN]] | ||
+ | [[Category:Printing]] | ||
+ | [[Category:Printing Set Commands]] |
Latest revision as of 16:21, 23 November 2009
Purpose
Adjust the left-hand margin for all printed output
Syntax
SET MARGIN TO <expN>
See Also
CREATE REPORT, MODIFY 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 Server, Recital