DOC: SET PRINT TO Command Help File Information Incorrect

Last reviewed: January 8, 1997
Article ID: Q142314
The information in this article applies to:
  • Microsoft Visual FoxPro for Windows, versions 3.0 and 3.0b

SUMMARY

The Visual FoxPro Help File information concerning the SET PRINT TO command is incomplete. The information neglects to mention the NAME clause necessary for the SET PRINTER TO command under Windows NT. Visual FoxPro 3.0b documents the command correctly.

This documentation error has been fixed in Visual FoxPro 5.0 for Windows.

MORE INFORMATION

Use the Help File in Visual FoxPro 3.0b for the proper syntax.

The Visual FoxPro 3.0 Help File states that the proper syntax for using SET PRINT TO on a Windows NT platform is:

   SET PRINTER TO \\MachineName\PrinterName

This is incorrect. Visual FoxPro 3.0b lists the proper syntax as:

   SET PRINTER TO NAME\\ServerName\PrinterName

In Visual FoxPro 3.0b, the \\ServerName means the same thing as \\MachineName in the Visual FoxPro 3.0 Help information. Both refer to the network name assigned to your print server. This name is assigned by the network administrator and must be unique.


KBCategory: kbref kbdocerr kbdocfix
KBSubcategory: FxotherDochelp
Additional reference words: docerr 3.00 3.00b VFoxWin 5.00


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: January 8, 1997
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.