AdoServer:BookMark Assign

<< Click to Display Table of Contents >>

Navigation:  Dataservers > AdoServer Class >

AdoServer:BookMark Assign

Previous pageReturn to chapter overviewNext page

Purpose

 

A bookmark that Uniquely identifies a particular record in a Recordset

 

Prototype

 

ASSIGN BookMark ( uBookMark ) CLASS AdoServer

 

Argument(s)

 

uBookMark        Bookmark object

 

Description

 

Some providers may return a Bookmark object, others may return for example a numerical value.

 

Notifications

 

The Bookmark assign starts with a NOTIFYINTENTTOMOVE and sends a NOTIFYRECORDCHANGE when completed

 

Example(s)

 

// 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

 

AdoServer, AdoServer:BookMark