Hi all,
i create a procedure to manage the exception.
This procedure send me an email that contain all the information of the error.
This procedure work fine.
The problem is to change to all my project the configuration of the exception.
I found this function:
ExceptionChangeParameter(epExecuteProcedure,MyProcedure)
but i put this code at the begin of all the code of my project. (My project contain up to 500 window, I do not want to be crazy).
Exist a method to change this parameter to all my project?
i create a procedure to manage the exception.
This procedure send me an email that contain all the information of the error.
This procedure work fine.
The problem is to change to all my project the configuration of the exception.
I found this function:
ExceptionChangeParameter(epExecuteProcedure,MyProcedure)
but i put this code at the begin of all the code of my project. (My project contain up to 500 window, I do not want to be crazy).
Exist a method to change this parameter to all my project?