Difference between revisions of "SET PRINT"
Yvonnemilne (Talk | contribs) |
Yvonnemilne (Talk | contribs) |
||
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:18, 10 March 2009
Contents
SET PRINT
Class
Printing
Purpose
Direct output text to the printer
Syntax
SET PRINT ON | OFF | (<expL>)
See Also
SET PRINTER, SET DEVICE, @...SAY, EJECT, PRINT, SETPRC(), PROW(), PCOL(), PRINTSCREEN()
Description
If SET PRINT is ON, then any textual output which is sent to the screen is also sent to the printer. Full screen forms generated for commands such as APPEND, CHANGE, EDIT, INSERT, and QUERY are not sent to the printer. If you wish to send @...SAY output to the printer and use the PROW() and PCOL() functions, the command SET DEVICE TO PRINT should also be issued.
The SET PRINTER TO command can be used to redirect printer output to a printer attached to a serial communications line, or to cause the printer output to be spooled to the system printer. See the SET PRINTER command for full details. By default, PRINT is OFF.
Example
set print on use patrons index events, dates, names list all for event = "BALLET" set print off
Products
Recital Database Server, Recital Mirage Server, Recital Terminal Developer