BUG: Error Message When Using Date in Index File (249336)
The information in this article applies to:
- Microsoft Visual FoxPro for Windows 6.0
This article was previously published under Q249336 SYMPTOMS
When an index key expression contains a date in non-strict date format and SET STRICTDATE TO is set to 1, opening or setting the order on the table may result in the following error:
Index does not match the table. Delete the index and re-create the index file.
CAUSE
This problem may arise if you convert code from a version of FoxPro that did not have the STRICTDATE functionality.
RESOLUTION
As a workaround, make sure the date is entered in strict date format. In this case, the index expression would read:
ddate-{^1910-10-01}
STATUSMicrosoft has confirmed that this is a bug in the Microsoft products that are listed at the beginning of this article.
Modification Type: | Major | Last Reviewed: | 10/15/2002 |
---|
Keywords: | kbBug kbCodeSnippet kbDatabase kbDSupport kbXBase KB249336 |
---|
|