PRB: Creating .IDX with "Not Deleted" Will Order IncorrectlyLast reviewed: June 27, 1995Article ID: Q100031 |
The information in this article applies to:
SYMPTOMSCreating a .IDX file with "Not Deleted()" and then deleting a record will cause incorrect ordering when a SKIP command is issued.
CAUSEThis is expected behavior for a normal (noncompact) .IDX file.
RESOLUTIONTo ensure that the SKIP command works correctly, add the COMPACT clause to the following line:
INDEX ON <fieldname> TO <filename> FOR !deleted() COMPACTAnother solution to this problem is to use a .CDX index file because it already is a compact index file.
MORE INFORMATION
Steps to Reproduce Problem
|
Additional reference words: FoxDos FoxWin 2.00 2.50 2.50a
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |