BtTable:Skip()
<< Click to Display Table of Contents >>
BtTable:Skip()
|
|
Purpose
Move record pointer for table
Prototype
METHOD Skip ( nToSkip AS LONG ) AS LOGIC PASCAL CLASS BtTable
Argument(s)
<nToSkip> The number of records to move, relative to the current record.
A positive value means to move forward, and a negative value means to move backward.
Return
LOGIC Was the record pointer moved succesfully. May return FALSE when the record pointer is already at EOF or BOF
Description
When EOF or BOF is encountered BtTable:Skip() will return TRUE.
See Also