BtServer:Skip()
<< Click to Display Table of Contents >>
BtServer:Skip()
|
|
Purpose
Move the record pointer forward or backward a specified number of records.
Prototype
METHOD Skip ( nToSkip ) CLASS BtServer
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.
The default is +1.
Return
LOGIC TRUE if successful; otherwise, FALSE. Note that a FALSE value can also indicate that
beginning- or end-of-file was encountered. Use the BtServer:Status property to determine
the reason for a failure.
Description
When executed successfully, this method sends a NotifyRecordChange message to this data server's clients.
See Also