Click or drag to resize

DbServer.GoTo Method

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

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

Parameters

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

Return Value

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