B
Brad Pears
I am developing a simple error message class and would like the be able to
generate as part of the message the curent class/module/form and function or
sub that the error was generated in without having to hardcode this info to
be passed to the error message class. I can get the stack trace using
system.environment.stacktrace - but this is too much info. I just want to
display the function/sub name where the error was generated and the parent
name of that sub/function
Any ideas?
Thanks, Brad
Thanks, Brad
generate as part of the message the curent class/module/form and function or
sub that the error was generated in without having to hardcode this info to
be passed to the error message class. I can get the stack trace using
system.environment.stacktrace - but this is too much info. I just want to
display the function/sub name where the error was generated and the parent
name of that sub/function
Any ideas?
Thanks, Brad
Thanks, Brad