Click here to Skip to main content
15,917,329 members

Comments by NickHallick (Top 5 by date)

NickHallick 14-May-14 12:54pm View    
i have been doing some editing of the code and ive gotten as far as getting access to the right tables, ive added the root nodes and the child nodes but there is an additional problem that one root node is missing and some of the children nodes are missing. they are in the database but aren't showing up in the form.
NickHallick 14-May-14 9:59am View    
ive added my entire code, i have a couple variants that i have been trying
NickHallick 14-May-14 9:04am View    
okay the only thing im having problems with is getting data from the second table. i can get the data i need from the first table and make parent nodes from it but when i try to read a column from the second table it gives me an error "no data exists for this row/column"
NickHallick 14-May-14 8:35am View    
so what are the str1,str2,str3 for? are those put into the second part for updating the treeview?
NickHallick 14-May-14 7:37am View    
I am having difficulty with both. referencing the two different table values and displaying them in a tree view.