NimbusSoftware
Registered User.
- Local time
- Today, 11:14
- Joined
- Feb 18, 2005
- Messages
- 19
I employ an error handler that reports the form name and control where the error occured.
It works great untill we move on to modules. I would like to have the code discover the sub/function & module names by itself (I hate typing).
That which does not kill us makes us stranger.
Code:
ErrorHandler Name, ActiveControl.Name & "_KeyPress", _
"KeyAscii: " & KeyAscii
It works great untill we move on to modules. I would like to have the code discover the sub/function & module names by itself (I hate typing).

That which does not kill us makes us stranger.