BUG: "Index Internal Consistency Error" Occurs with IDX IndexLast reviewed: November 24, 1997Article ID: Q176829 |
The information in this article applies to:
SYMPTOMSWhen you use an IDX index on a Visual FoxPro table, you may receive the following error while scrolling through the data in a Browse window:
Index Internal Consistency Error.Visual FoxPro shuts down after you click the OK button. This only seems to occur when the table is buffered.
RESOLUTIONAdd the COMPACT clause to the INDEX command. For example, use the following command to create a compact index:
INDEX ON <fieldname> TO <filename> COMPACT 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 problem occurs after an IDX index is created and used with the table. When the user browses the table and changes the data in the indexed field, moving up or down in the Browse window several times with the arrow keys, the scroll bar, or the Page Up and Page Down keys produces the error.
Steps to Reproduce Behavior
Keywords : FxprgTable VFoxMac vfoxwin Version : MACINTOSH:3.0b; WINDOWS:3.0,3.0b,5.0,5.0a Platform : MACINTOSH WINDOWS Issue type : kbbug |
================================================================================
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |