Difference between revisions of "SET ERRORWINDOW"
Yvonnemilne (Talk | contribs) |
Yvonnemilne (Talk | contribs) |
||
Line 15: | Line 15: | ||
==See Also== | ==See Also== | ||
− | SET TRACEWINDOW | + | [[DEBUG]], [[SET TRACEWINDOW]] |
Line 33: | Line 33: | ||
[[Category:Documentation]] | [[Category:Documentation]] | ||
[[Category:Commands]] | [[Category:Commands]] | ||
− | [[Category:Set_Commands]] | + | [[Category:Set_Commands|ERRORWINDOW]] |
Revision as of 13:18, 11 March 2009
Contents
SET ERRORWINDOW
Class
Error Handling and Debugging
Purpose
Enable or disable the use of error windows
Syntax
SET ERRORWINDOW ON | OFF | (<expL>)
See Also
Description
The SET ERRORWINDOW command is used to enable or disable the use of error windows. A window is an area of the screen designated for output and input. Windows are defined with the DEFINE WINDOW command, and are activated with the ACTIVATE WINDOW command. There is no limit to the number of windows you may define. An error window is a window that automatically activates itself and displays error messages, and a button marked Confirm. Pressing the [RETURN] key deactivates error windows. Error windows are specified by including the ERROR keyword with the DEFINE WINDOWS command.
When SET ERRORWINDOW is ON, error windows activate whenever an error occurs. When SET ERRORWINDOW is OFF, error messages display in the currently active window.
Example
set errorwindow on
Products
Recital Terminal Developer