compilation error

Idris

Registered User.
Local time
Today, 23:54
Joined
Nov 9, 2005
Messages
67
Dear All,

I have run into a problem where i am not able to compile the MDB - error message read as -
Compile error:
User defined type not defined

and halts at the following vb code

Private Sub CheckBranch(myTreeBranch As Node)

I have checked everything and define all necessary variables but still no luck
can anyone sugguest something - :(
 
Node, as far as I know is not a "default" access object like for instance "String" is...

You must either create it your self or add in a refrence....
 
Thanks

It worked - just added the reference and it clicked

sometime simple things are just missed out

thanks
 
Is that ever true....

Happy to have helped you...

Greetz... & Be thankfull for those little things in life ;)
 

Users who are viewing this thread

Back
Top Bottom