Click or drag to resize

DataServer.GoTo Method

X#
Position this data server on a specified record number.

Namespace:  VO
Assembly:  VOSystemClasses (in VOSystemClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD GoTo(
	nPosition
) AS USUAL CLIPPER
Request Example View Source

Parameters

nPosition (Optional)
Type: Usual
The record number to which the server should be positioned.

Return Value

Type: Usual
TRUE if successful; otherwise, FALSE.
Remarks
When executed successfully, this method sends a NotifyRecordChange message to this data server's clients.
Tip Tip
Some types of data servers cannot support movement by record number.
See Also