Click or drag to resize

SQLSelect.Skip Method

X#
Move forward or backward relative to the current row. (Similar to the Skip() function).

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

Parameters

nRecordCount (Optional)
Type: Usual

Return Value

Type: Usual
TRUE if successful; otherwise, FALSE (including if beginning or end of data was encountered).
Remarks
Tip Tip
Not all data servers are capable of moving backward. (See SQLConnection:ScrollCsr and SQLSelect:BufferData().)
Sends a NotifyRecordChange message if any move was made.
See Also