VoDbSetScope Function | |
Set the locate condition.
Namespace:
XSharp.RT
Assembly:
XSharp.RT (in XSharp.RT.dll) Version: 2.21
Syntax FUNCTION VoDbSetScope(
scope AS DbScopeInfo
) AS LOGIC
public static bool VoDbSetScope(
DbScopeInfo scope
)
Request Example
View SourceParameters
- scope
- Type: DbScopeInfo
Scope information for the current workarea
Return Value
Type:
LogicTRUE if successful; otherwise, FALSE.
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