HOWTO: Print to a File from FoxPro (Printer Problems Test)

ID: Q117142


The information in this article applies to:
  • Microsoft Visual FoxPro for Windows, versions 3.0, 5.0, 6.0
  • Microsoft FoxPro for MS-DOS, versions 2.0, 2.5x, 2.6x
  • Microsoft FoxPro for Windows, versions 2.5x, 2.6x
  • Microsoft FoxPro for Macintosh, versions 2.5x, 2.6a
  • Microsoft FoxPro for UNIX, version 2.6


SUMMARY

When you are having printing problems, you should try to print from the operating system, where applicable, as well as from other applications in order to determine where the problem lies. To determine whether printing from the operating system works, you can use a simple test such as the following, which shows how to print to a file from FoxPro. To run this test, issue the following commands in the Command window:


   SET EXCLUSIVE OFF
   SET PRINTER TO junk.txt
   SET PRINTER ON
   LIST STATUS TO PRINTER NOCONSOLE
   SET PRINTER OFF
   SET PRINTER TO
   MODIFY FILE junk.txt 


REFERENCES

FoxPro "Language Reference"

Additional query words:

Keywords : kbPrinting kbVFp300 kbVFp500 kbVFp600
Version :
Platform :
Issue type : kbhowto


Last Reviewed: August 19, 1999
© 2000 Microsoft Corporation. All rights reserved. Terms of Use.