Click or drag to resize

VoDbSkipScope Function

X#
Position the cursor relative to its current position within the current scope.

Namespace:  XSharp.RT
Assembly:  XSharp.RT (in XSharp.RT.dll) Version: 2.19
Syntax
 FUNCTION VoDbSkipScope(
	nRecords AS LONG,
	scope AS DbScopeInfo
) AS LOGIC
Request Example View Source

Parameters

nRecords
Type: Long
scope
Type: DbScopeInfo

Return Value

Type: Logic
TRUE if successful; otherwise, FALSE.
Remarks
Tip Tip
VoDbSkipScope() and CoreDb.SkipScope() are aliases
See Also