CONFIGURE ERRORSINMSGBOX
Specifies whether errors will be displayed in a message box.
CONFIGURE ERRORSINMSGBOX { ON | OFF }
|
Usage:
|
CONFIGURE ERRORSINMSGBOX ON
CONFIGURE ERRORSINMSGBOX OFF
|
Description:
By default errors are displayed in the HTBasic window. To display errors in a message box use the following statement:
CONFIGURE ERRORSINMSGBOX ON
ERRORSINMSGBOX OFF displays errors in the HTBasic window.
ERRORSINMSGBOX ON displays errors in a message box.