The Client Management ActiveX control contains the ErrorMessage property:

 

 

Purpose

ErrorMessage property contains a description of the last error encountered by the control. 

Syntax

$VALUENOW = ObjectTagName.ErrorMessage

Operation

ObjectTagName is an object expression that evaluates to the ClientManagement control.

Remarks

The value of this property is read only, and will only contain a valid value when read within the SessionError event handler logic. Once the value is read, any subsequent read returns an empty string.

Example

 

Comment on this topic

Topic ID: 500455