BUG: IMPORT or APPEND FROM Empty Spreadsheet Gives ErrorID: Q124586 The information in this article applies to:
SYMPTOMSImporting or appending an empty Spreadsheet (no data in it) into FoxPro, results in the "File Read Error" error massage.
RESOLUTIONUse an ON ERROR Routine to trap the error.
Sample CodeON ERROR DO MyError && Calls the Procedure MyError for any error IMPORT FROM <Spreadsheet> TYPE XLS ON ERROR &&Sets FoxPro back to its default Error Handler PROCEDURE MyError RETURN
STATUSMicrosoft has confirmed this to be a problem in the Microsoft products listed at the beginning of this article. 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 Problem1. In Excel, save a Spreadsheet with no data in it as an Excel version 4.0 2. In FoxPro, enter this Command:
Additional reference words: FoxWin 2.60a buglist2.60a
KBCategory: kbinterop kbcode kbbuglist
KBSubcategory: FxotherGeneral
|
|
Last Reviewed: June 27, 1995 © 1999 Microsoft Corporation. All rights reserved. Terms of Use. |