VoDbClearScope Function | |
Clear the active locate condition.
Namespace:
XSharp.RT
Assembly:
XSharp.RT (in XSharp.RT.dll) Version: 2.19
Syntax FUNCTION VoDbClearScope() AS LOGIC
public static bool VoDbClearScope()
Request Example
View SourceReturn Value
Type:
LogicTRUE if successful; otherwise, FALSE.
Remarks
This function has nothing to do with DBClearScope().
That function clears the topscope and bottom scope from the current index.`
This function, however, does not call the error
handler and will therefore not produce a runtime error message or create an error object if it fails.
Therefore it is important to check the return value to determine if the function succeeded.
The LastRddError property in the runtimestate
will contain needed information about any error that occurs.
Tip |
---|
VoDbClearScope() and CoreDb.ClearScope() are aliases |
This function, however, does not call the error handler and will not, therefore, produce a runtime error message or create an error object if it fails.
Thus, it may be important to check the return value to determine if the function succeeded.
the LastRddError property in the runtime state. will contain needed information regarding any error that occurs.
See Also