<< Click to Display Table of Contents >> AdoServer:BookMark Assign |
![]() ![]() ![]() |
A bookmark that Uniquely identifies a particular record in a Recordset
ASSIGN BookMark ( uBookMark ) CLASS AdoServer
uBookMark Bookmark object
Some providers may return a Bookmark object, others may return for example a numerical value.
The Bookmark assign starts with a NOTIFYINTENTTOMOVE and sends a NOTIFYRECORDCHANGE when completed
// Save the bookmark to the current record
uBm := AdoServer:BookMark
//
// Do some operations that move the record pointer
//
// Restore record position
AdoServer:BookMark := uBm
See Also