Click or drag to resize

SQLSelect.GoTo Method

X#
Position the data server on the specified row number.

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

Parameters

uRecordExpr (Optional)
Type: Usual

Return Value

Type: Usual
TRUE if successful; otherwise, FALSE.
Remarks
Tip Tip
Some types of data servers cannot support movement by row number.
Sends a NotifyRecordChange message, if successful.
See Also