How is clsErrorHandler initialised in NW2

Gasman

Enthusiastic Amateur
Local time
Today, 23:34
Joined
Sep 21, 2011
Messages
17,543
Hi all,
I was looking at the error handling in NW2, but cannot find where the class gets initialised to start with?

TIA
 
Look at the comments at the top of the module. It is a "default instance" class that gets initialized by Access/VBA at startup time. This is also why we don't "New" it, and call its methods using "clsErrorHandler".
 
Look at the comments at the top of the module. It is a "default instance" class that gets initialized by Access/VBA at startup time. This is also why we don't "New" it, and call its methods using "clsErrorHandler".
Thank you Tom.
Not see that before.
 

Users who are viewing this thread

Back
Top Bottom