Click or drag to resize

DataServer.GoTo Method (Typed)

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

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOSystemClasses (in XSharp.VOSystemClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD GoTo(
	nPosition AS LONG
) AS LOGIC
Request Example View Source

Parameters

nPosition
Type: Long
The record number to which the server should be positioned.

Return Value

Type: Logic
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