S
sime
Hello
When my database opens, I use Autoexec to run a function. In that
function I want to instantiate a class and have that instance remain
accessible for the whole session.
Specifically I am using the class to make variables efficiently
available to any other code.
I can do this with a form that hides itself - is that the only way to
do this? It seems a bit silly, but hey if that's the way I should do it
I won't complain.
Thanks
Simon
When my database opens, I use Autoexec to run a function. In that
function I want to instantiate a class and have that instance remain
accessible for the whole session.
Specifically I am using the class to make variables efficiently
available to any other code.
I can do this with a form that hides itself - is that the only way to
do this? It seems a bit silly, but hey if that's the way I should do it
I won't complain.
Thanks
Simon