| ProLinga-4GL Reference Manual |
|---|
ERROR — Display an error message.
ERROR data_ref [data_ref...] [
SEVERITY
{ Info | Warning | Question | Error }
]
ERROR NAME error_name
The ERROR command displays an error on the screen. If no SEVERITY is given, the default SEVERITY "Error" will be used.
| Any single data reference, including hard coded strings and numeric values. |
| The name of a predefined error object in the repository. |
| << ENDIF Command | FOCUS Command >> |