- DevNext() always returns error 294 (EOF):
If the dBASE device is an indexed file then using DevNext returns
error 294. After using DevFirst DevSeek to locate the first record
(record 1), an error is always returned as the next record.
- Devfind() does not set file pointer at the found record:
When DevOpen is used in mode 0 then the DevFind function is OK. But
in indexed mode 2, although DevFind returns 0 to say that it has
found the record, there is no way to get to your record or a field
(using DevRecNo or DevGetField, etc) because the record pointer
remains set to where DevOpen set it.
|