SBendBuckeye
Programmer
I have some error code I want to put into some procedures to pop a message box for unexpected program results. I would like to include the Module Name and Procedure Name in the message.
Is that information available at runtime so I don't have to hard code it (eg is there a current module in application or project or somewhere equivalent to current control for the forms)? Is there a better way?
Thanks in advance for any help!
Is that information available at runtime so I don't have to hard code it (eg is there a current module in application or project or somewhere equivalent to current control for the forms)? Is there a better way?
Thanks in advance for any help!