|
|
|
Description This event is fired when an error come out in one ActiveX instance. Syntax HCS121.Error (Number as Integer; var Description as String; sCode as Integer; const Source as String; const HelpFile as String; HelpContext as Integer; var CancelDisplay as Boolean) The significants parameter are Description, CancelDisplay and sCode. Description is an String containing the descriptive text of the error. CancelDisplay is a parameter passed by reference, in case you set it as True, the ActiveX code won’t show an informative dialog box about the error. sCode is an error code and its meaning is as follows:
|
|