Having trouble in executing TreeCtrl code

P_Henry

Registered User.
Local time
Today, 19:24
Joined
Dec 3, 2003
Messages
63
Hi,

I am having trouble in implementing the TreeCtrl structure. I have a simple database for testing purpose and I am not able to make it work. There appears to be a problem with the bookmark property and I get an error message:
"can't Add child:Arguments are of wrong Type, are out of acceptable range, or are in conflict with one another".

I have attached the database here and could you please see what is wrong with my code.


Thanks
Priya
 

Attachments

Not sure if this will help, but it is a tree view based on tables.

Dave
 

Attachments

Hi Dave,

Thanks for the sample. The sample only allows for 2 levels on the tree. I have a situation that could have upto 8 levels and the data is contained oly in one table as given in the employee table.
Am I missing something from your example - can it also be used for multi levels?

Thanks:o
 
Hi Dave,

Thanks for the sample. The sample only allows for 2 levels on the tree. I have a situation that could have upto 8 levels and the data is contained oly in one table as given in the employee table.
Am I missing something from your example - can it also be used for multi levels?

Thanks::confused:
 
Not knowing much about the tree view control, I will have a look and see if I can help.

Dave
 

Users who are viewing this thread

Back
Top Bottom