i have an error handler method that i have built that passes the error number & description and form.name to a global error handler.
It would be useful to expand this to include the sub/function that produced the error. Is their a generic way to refer to the sub/ routine that produced the error e.g. me.routine / me.sub / sub.name ? or do you just have to refer to it by its name. e.g
error_handler:
call errorlog(err.description, err.number, me.name, cmdinsert_click) ?
It would be useful to expand this to include the sub/function that produced the error. Is their a generic way to refer to the sub/ routine that produced the error e.g. me.routine / me.sub / sub.name ? or do you just have to refer to it by its name. e.g
error_handler:
call errorlog(err.description, err.number, me.name, cmdinsert_click) ?