B
Bob
Hello,
I've been working around this problem for way too long.
Any help on this would be very much appreciated.
I'm very comfortable with building class modules.
What I'd like to be able to do is...
-dim o as new cl_Orders
-o.SomeVar1 = something...
-o.SomeVar2 = something...
Then go to another form and continue to fill this instance of this class.
...as soon as I go to another form, I am out of scope for this class..
I just can't seem to find what I'm missing to allow me keep an instance of
a class open through different forms.
any help would be greatly appreciated.
thanks,
bob.
I've been working around this problem for way too long.
Any help on this would be very much appreciated.
I'm very comfortable with building class modules.
What I'd like to be able to do is...
-dim o as new cl_Orders
-o.SomeVar1 = something...
-o.SomeVar2 = something...
Then go to another form and continue to fill this instance of this class.
...as soon as I go to another form, I am out of scope for this class..
I just can't seem to find what I'm missing to allow me keep an instance of
a class open through different forms.
any help would be greatly appreciated.
thanks,
bob.