Difference between revisions of "SET ERRORWINDOW"
Yvonnemilne (Talk | contribs) |
Helengeorge (Talk | contribs) |
||
(4 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
==Purpose== | ==Purpose== | ||
Enable or disable the use of error windows | Enable or disable the use of error windows | ||
Line 15: | Line 8: | ||
==See Also== | ==See Also== | ||
− | [[DEBUG]], [[SET TRACEWINDOW]] | + | [[ACTIVATE WINDOW]], [[DEBUG]], [[DEFINE WINDOW]], [[HIDE WINDOW]], [[RELEASE WINDOWS]], [[SET TRACEWINDOW]], [[SHOW WINDOW]] |
==Description== | ==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 | + | 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. | 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. | ||
Line 25: | Line 18: | ||
==Example== | ==Example== | ||
− | < | + | <code lang="recital"> |
− | set errorwindow on</ | + | set errorwindow on</code> |
==Products== | ==Products== | ||
− | Recital | + | Recital |
[[Category:Documentation]] | [[Category:Documentation]] | ||
[[Category:Commands]] | [[Category:Commands]] | ||
[[Category:Set_Commands|ERRORWINDOW]] | [[Category:Set_Commands|ERRORWINDOW]] | ||
+ | [[Category:Screen Windows]] | ||
+ | [[Category:Screen Windows Set Commands]] | ||
+ | [[Category:Error Handling and Debugging]] | ||
+ | [[Category:Error Handling and Debugging Set 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