ApplicationMgr.ReportError
- Updated2025-04-09
- 1 minute(s) read
ApplicationMgr.ReportError
Syntax
ControlName_ReportError( errorCode, errorMessage)
Applies To
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.