D
Duncan Edment
I've a couple of questions about error handling.
1. Is it possible to define a global error handling procedure, that all error
can be routed through?
2. After the error has been handled--all I am doing is writing the error to an
error log table--what's the best thing to do? Is it best to exit the procedure
totally, or should I continue, using 'Resume Next', with the procedure that
generated the error?
Your help / advice is, as always, appreciated.
Rgds
Duncan
1. Is it possible to define a global error handling procedure, that all error
can be routed through?
2. After the error has been handled--all I am doing is writing the error to an
error log table--what's the best thing to do? Is it best to exit the procedure
totally, or should I continue, using 'Resume Next', with the procedure that
generated the error?
Your help / advice is, as always, appreciated.
Rgds
Duncan