Difference between revisions of "SET ERRORWINDOW"
Helengeorge (Talk | contribs) (→Class) |
Helengeorge (Talk | contribs) |
||
Line 1: | Line 1: | ||
− | |||
− | |||
==Purpose== | ==Purpose== | ||
Enable or disable the use of error windows | Enable or disable the use of error windows | ||
Line 25: | Line 23: | ||
==Products== | ==Products== | ||
− | Recital | + | Recital |
[[Category:Documentation]] | [[Category:Documentation]] | ||
[[Category:Commands]] | [[Category:Commands]] |
Latest revision as of 15:45, 23 November 2009
Purpose
Enable or disable the use of error windows
Syntax
SET ERRORWINDOW ON | OFF | (<expL>)
See Also
ACTIVATE WINDOW, DEBUG, DEFINE WINDOW, HIDE WINDOW, RELEASE WINDOWS, SET TRACEWINDOW, SHOW WINDOW
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 WINDOW 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