BUG: Option Button in Export Dialog Box Causes Error MessagesLast reviewed: April 10, 1997Article ID: Q166510 |
The information in this article applies to:
SYMPTOMSChoosing the Option button in the Export dialog when attempting to export a table contained within a database causes one of two error messages to appear:
.DBC Internal Consistency Error -or- Cannot find object in database.However, if you simply choose a table from a database, pick a file type from the Type list box, and type a name in the To list box, all the records in the table export properly.
RESOLUTIONUse the EXPORT command by typing it in the Command window or running it from a program. For instance, to copy the first 10 records of the Products table into an Excel 4.0 worksheet, use the following syntax:
USE HOME()+"\Samples\data\Products.dbf" EXPORT TO Ztest.xls TYPE XLS FOR RECNO()<11 STATUSMicrosoft has confirmed this to be a bug in the Microsoft products listed at the beginning of this article. We are researching this bug and will post new information here in the Microsoft Knowledge Base as it becomes available.
MORE INFORMATIONThe Options button normally reveals a dialog box that allows you to set filters that control which records or fields are exported.
Steps to Reproduce Behavior
|
Keywords : FxprgTable VFoxMac kbbuglist
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |