Insert Error Handler Code
Insert Error Handler Code Manager is intended to add error handler commands to the project text according to the chosen error handler scheme.
Press button on the menu panel to call Insert Error Handler Code Manager.
The whole project can be handled as well as the separate object or procedure.
Insert In
- Current Method ...
- Current Component ...
- Current Project ...
Insert Error Handler Code for the Current Project:

Form, Module, Class, Document, ActiveX
It is suggested to choose error handler scheme for all types of modules according to the table in Edit Error Handker Scheme
Insert Error Handler Code for the component (Current Component) or procedure (Current Method):

Current Scheme
The list of handler scheme for the Current Component and Current Method. This list can be created in Edit Error Handler Scheme.
In the "View" windows you may see the example of the code fragment handled according to the chosen scheme.
When handling the whole project, error handler codes are added depending on error handling scheme.
The scheme in the beginning of the function or procedure has the highest priority.
The scheme in the beginning of the object (Forms, Modules, Class Modules) has the lowest priority. |