BUG: FoxPro Crashes When Overwriting an Existing FileLast reviewed: April 30, 1996Article ID: Q114639 |
The information in this article applies to:
SYMPTOMSWhen FoxPro is attempting to overwrite an existing .DBF file after an import, one of the following situations occurs:
CAUSEThe cause of this problem has not yet been determined.
RESOLUTIONTo avoid this problem, check for the existence of the file before sending output to it. If the file exists, delete it.
STATUSMicrosoft has confirmed this to be a problem FoxPro 2.6 for Windows. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available.
MORE INFORMATION
Steps to Reproduce Problem
You can also reproduce the problem by running the following code:
IMPORT FROM <drive>:\excel\qe\<filename>.xls TYPE xls COPY TO <filename>.mod TYPE mod USE IMPORT FROM <filename>.mod TYPE modFor example:
IMPORT FROM d:\excel\qe\emp.xls TYPE xls COPY TO emp.mod TYPE mod USE IMPORT FROM emp.mod TYPE mod |
Additional reference words: FoxWin 2.60 buglist2.60 spreadsheet target
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |