<< Click to Display Table of Contents >> AdoServer:GoTo() |
![]() ![]() ![]() |
Position the data server at a specified record number.
METHOD GoTo ( nNewRec )
<nRecord> Record number or BookMark
Return
LOGIC TRUE if successful, FALSE otherwise
This operation can fail under the following conditions:
•One of the clients returns FALSE on the NotifyIntentToMove
•There was an error saving the changes to the current record
•There are no records in the recordset
•The recordset:Move() returns an error
The server will send a NOTIFYINTENTTOMOVE before the operation and a NOTIFYRECORDCHANGE after the operation.
AdoServer, AdoServer:Recno, AdoServer:BookMark