ApplicationMgr.ReportError

Syntax

ControlName_ReportError( errorCode, errorMessage)

Applies To

ApplicationMgr

Purpose

Occurs when an error is reported. This event notifies the application of errors that occur while the user operates connected controls. This event is also called when the ApplicationMgr.RaiseError method is called.

Remarks

Use this event to display an error message to the user of the user interface.

Parameters

errorCode As Long

[In] Specifies the error code for the error that caused the event.

errorMessage As String

[In] Specifies the descriptive error string.

See Also

ApplicationMgr.RaiseError