Using @ ... SAY and LIST with a PostScript Printer Driver

ID: Q93632

The information in this article applies to:

The @ ... SAY commands do not use a printer driver to produce printed output.

To print to a PostScript printer, issue the SET DEVICE TO FILE <file> command. Then the application can use the @ ... SAY command to place the output in a file. After the output is in the file, issue the following commands:

   SET DEVICE TO SCREEN
   SET HEADING OFF
   TYPE <file> TO PRINTER

NOTE: The SET HEADING OFF command is also required before the LIST TO PRINTER command is used. If SET HEADING OFF is not used, PostScript exception errors can occur.

Additional reference words: FoxDos 2.00 2.50 KBCategory: kbprg KBSubcategory:

Last Reviewed: April 17, 1995