PRB: Unable to Print Using SET PRINTER TO \\SPOOLER

Last reviewed: April 20, 1995
Article ID: Q87692
The information in this article applies to:
  • Microsoft FoxPro for MS-DOS, versions 2.0, 2.5, and 2.5a

SYMPTOMS

When FoxPro is run on a Novell network, the SET PRINTER TO \\SPOOLER command does not print any output. However, the Novell CAPTURE command works as expected.

RESOLUTION

If a PRINT NOT READY error occurs, verify that there are no spaces after the \\SPOOLER section of the command.

If the information prints only after you exit FoxPro, issue the SET PRINT TO command to release the print spooler.

If this problem occurs mainly with large print jobs, add the following line to your CONFIG.FP file:

   time=999999

This command sets the Retry parameter to its highest possible value. Large print jobs sometimes time out if you do not include this parameter in your CONFIG.FP file.


Additional reference words: FoxDos 2.00 2.50 2.50a novel
KBCategory: kbprg kbprb
KBSubcategory:


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: April 20, 1995
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.