*ERRORDLG (GETMODE)
PLBCMP GUI Only
*ERRORDLG={value}
The *ERRORDLG control reports the state of the error dialog mode. The control allows a user program to specify whether the next runtime error dialog is presented to the user for manual input. If set to OFF, the error dialog will not be displayed. If set to ON, normal error reporting will occur. The default mode is ON.
{value} is a previously defined Numeric Variable that receives the error dialog mode.
The {value} returned is one of the following:
|
Value |
The error dialog mode is ... |
|
0 |
OFF. |
|
1 |
ON (default). |
|
99 |
invalid (PLBCON). |
See Also: List Controls (GETMODE), GETMODE
![]() |