Navigation:  DataServer Classes > DaoServer Class >

DaoServer:GoTo() Method

Previous pageReturn to chapter overviewNext page

Purpose

Position the data server at a specified record number.

 

Parameters

nRecordNumbe>        The record number at which the server should be positioned.

 

Returns

TRUE if successful; otherwise, FALSE.

 

Description

Sends a NotifyIntentToMove message before the operation.  Sends a NotifyRecordChange message, if successful.

 

Class

DaoServer        

 

See Also

DaoRecordSet:Move()