Hi all,
I use a database that has 148 records in it. No indexes are used at all.
If I call oDbf:GoTop() and test the RecNo()
I get recno 14 instead of 1
If I call oDbf:GoBottom() and test the RecNo()
I get recno 142 instead of 148
Can anyone tell me why this weird result.
Regards