Error_Report - cUIObject
Used by the error object to display errors
Type: Event
Parameters
| Parameter | Type | Description |
|---|---|---|
| iErrorNumber | integer | the error number |
| iErrorLine | integer | the line number where the error occurred |
| sErrorText | string | additional error text information |
Syntax
Procedure Error_Report integer iErrorNumber integer iErrorLine string sErrorText
Description
The Error_Report procedure is used by the error object to display errors.