I'm having a problem with a SEEK in a buffered table. (VFP 8.0)
The SEEK is returning a .T., but the record that is found, isn't matching the expression being seeked. The SEEK command is being performed hundreds of times (it is in a loop), but this problem only occurs once.
The table in which I'm SEEKing is buffered (optimistic row), but none of the buffered changes are to any fields in the indexed expression. When I don't buffer the table, the SEEK performs without a problem.
I have checked all my SET settings (COLLATE, EXACT, NEAR, etc.) and I can't find anything that helps me.
Does anyone have any insight into this problem?
The SEEK is returning a .T., but the record that is found, isn't matching the expression being seeked. The SEEK command is being performed hundreds of times (it is in a loop), but this problem only occurs once.
The table in which I'm SEEKing is buffered (optimistic row), but none of the buffered changes are to any fields in the indexed expression. When I don't buffer the table, the SEEK performs without a problem.
I have checked all my SET settings (COLLATE, EXACT, NEAR, etc.) and I can't find anything that helps me.
Does anyone have any insight into this problem?