The information in this article applies to:
SUMMARY
The SET PRINTER TO command has been enhanced in Visual FoxPro for the
Macintosh. Its functionality differs depending on whether or not QuickDraw
GX is installed. This article describes the new enhancements that are not
described in the Visual FoxPro Help file.
MORE INFORMATIONWithout QuickDraw GXA new feature of the SET PRINTER TO command that is available only when QuickDraw GX is not installed is the ability to set all the page setup options for the current printer back to their default values. The command to do this is:
To test this, try these steps:
With QuickDraw GXNOTE: QuickDraw GX is manufactured by a vendor independent of Microsoft; we make no warranty, implied or otherwise, regarding the performance or reliability of QuickDraw GX.The SET PRINTER TO enhancements with QuickDraw GX loaded allow more control over the selection of the printer to be used. These enhancements work with the current versions of QuickDraw GX (this article was tested with version 1.1.2). Future changes to the Macintosh operating system and QuickDraw GX may cause these enhancements to stop functioning. With QuickDraw GX, different printers are set up as icons on the Macintosh desktop. These printers have names that can be referenced in Visual FoxPro. These names can be used with the SET PRINTER TO NAME command to redirect a a Visual FoxPro print job to a different printer. For examaple, on the Macintosh desktop, there may be an ImageWriter GX printer and a LaserWriter with name of 4SI@2253. In Visual FoxPro the following commands can be used to switch the current printer:
The first command directs Visual FoxPro's print jobs to the ImageWriter GX
printer, and the second directs print jobs to the 4SI printer by way of the
LaserWriter GX printer driver.
NOTE: The names of the printers setup on the desktop are case sensitive in the SET PRINTER TO NAME "<printer name>" command. The quotation marks are optional if the printer name does not have spaces in it. With QuickDraw GX, there is a default printer for the Macintosh system. The icon that shows on the desktop for the default printer has a thick black border. In Visual FoxPro, if the Visual FoxPro printer is changed with the SET PRINTER TO NAME <printer name> command, the SET PRINTER TO DEFAULT command will set the Visual FoxPro printer back to the printer that is the default for the Macintosh system. You can use the SET("Printer",2) command to determine which printer Visual FoxPro will print to. To see this in action, enter the following code in the Visual FoxPro Command window:
Additional query words: VFoxMac
Keywords : kb3rdparty FxprintGeneral |
Last Reviewed: December 14, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |