Click or drag to resize

VoDbGetScope Function

X#
Gets the current locate condition.

Namespace:  XSharp.RT
Assembly:  XSharp.RT (in XSharp.RT.dll) Version: 2.21
Syntax
 FUNCTION VoDbGetScope() AS DbScopeInfo
Request Example View Source

Return Value

Type: DbScopeInfo
Scope information for the current workarea.
Remarks
Please note that this scope information is NOT the order scope, but a class that stores information about LOCATE operations and other workarea operations.
See Also