Click or drag to resize

DbServer.Status Property

X#
A HyperLabel object identifying the status after the last operation. If

Namespace:  VO
Assembly:  VORDDClasses (in VORDDClasses.dll) Version: 2.19
Syntax
 VIRTUAL PROPERTY Status AS USUAL GET SET 
Request Example View Source

Property Value

Type: Usual
A HyperLabel object identifying the status after the last operation. If
Remarks
A HyperLabel object identifying the status after the last operation. If the last operation was successful, DBServer:Status returns NULL_OBJECT; if something went wrong (whether it raised an error condition or merely returned a failure code), DBServer:Status returns an informative HyperLabel object. By accessing the properties of this hyperlabel, you can retrieve not only a description of the condition that was raised, but also context-sensitive help on the condition that was raised.
Examples
The following examples invoke several DBServer:Status access/assign methods:
X#
1oDataServer:Status:Caption
2oDataServer:Status:Description
3oDataServer:Status:HelpContext
See Also