FIX: SET PRINT TO (X) Causes System to HangLast reviewed: October 14, 1997Article ID: Q88036 |
2.00
MS-DOS
kbprg kbfixlist kbbuglist
The information in this article applies to:
SYMPTOMSRunning the following lines of code in the FoxPro version 2.0 command window or in a program locks up the system:
x="prn " SET PRINT TO (X) ??? 'A'According to the SYS(13) and PRINTERSTATUS() functions, the printer is ready. Note that the code above works without error if the second line above is changed to SET PRINT TO &X.
STATUSMicrosoft has confirmed this to be a problem in Microsoft FoxPro version 2.0 for MS-DOS. This problem was corrected in Microsoft FoxPro version 2.0 for MS-DOS dated September 26, 1991.
|
Additional reference words: FoxDos buglist2.00 fixlist2.00 2.00
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |