Difference between revisions of "SET ONERROR"
From Recital Documentation Wiki
Yvonnemilne (Talk | contribs) |
Helengeorge (Talk | contribs) |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
==Purpose== | ==Purpose== | ||
Disable ON ERROR error handling | Disable ON ERROR error handling | ||
Line 15: | Line 8: | ||
==See Also== | ==See Also== | ||
− | [[ON ERROR]], [[SET ERRORVERSION]] | + | [[DB_ERRORDIR]], [[ON ERROR]], [[SET ERRORVERSION]] |
Line 23: | Line 16: | ||
==Example== | ==Example== | ||
− | < | + | <code lang="recital"> |
on error dialog box [Error] | on error dialog box [Error] | ||
? on("error") | ? on("error") | ||
Line 29: | Line 22: | ||
set onerror off | set onerror off | ||
− | ? on("error")</ | + | ? on("error")</code> |
==Products== | ==Products== | ||
− | Recital | + | Recital Server, Recital |
[[Category:Documentation]] | [[Category:Documentation]] | ||
[[Category:Commands]] | [[Category:Commands]] | ||
[[Category:Set_Commands|ONERROR]] | [[Category:Set_Commands|ONERROR]] | ||
+ | [[Category:Error Handling and Debugging]] | ||
+ | [[Category:Error Handling and Debugging Set Commands]] |
Latest revision as of 16:27, 23 November 2009
Purpose
Disable ON ERROR error handling
Syntax
SET ONERROR ON | OFF | (<expL>)
See Also
DB_ERRORDIR, ON ERROR, SET ERRORVERSION
Description
When SET ONERROR is OFF, any ON ERROR error handling settings are disabled. To reinstate ON ERROR error handling, SET ONERROR must be set ON and the ON ERROR <command> must be reissued. This is particuarly useful for disabling ON ERROR error handling on an application or system-wide basis to allow use of the default error.mem error trapping.
Example
on error dialog box [Error] ? on("error") dialog box [Error] set onerror off ? on("error")
Products
Recital Server, Recital