Click or drag to resize

DbServer.GoTo Method (Typed)

X#
Position the data server at a specified record number.

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

Parameters

nRecordNumber
Type: Long
The record number at which the server should be positioned.

Return Value

Type: Logic
TRUE if successful; otherwise, FALSE.
Remarks
Sends a NotifyIntentToMove message before the operation.
Sends a NotifyRecordChange message, if successful.
See Also