BtTable:Recno Access
<< Click to Display Table of Contents >>
BtTable:Recno Access
|
|
Purpose
Get current record number
Prototype
ACCESS Recno AS DWORD PASCAL CLASS BtTable
Return
DWORD Current record number
Description
The value returned is an internal Btrieve marker that is useful for saving, then restoring a physical position in a table. It cannot be used for logical positioning in the table in the same way that RECNO() for a DBF can be used.
See Also