Dear all,
Have a frustrating problem, in my treeview righclicking on the particular node gives me a pop up option "Add New" to add a new person, a child.
The code for adding a child seems to be ok as I am querying it through the Query Analyzer and the record is getting added, but my code for VISIBLY adding this/creating the actual node in my treevie is not correct, as the one I write gives me an error "Element not found"
All I want to do is to create a child for this parent!
code for my parent:
tvRelocatee.Nodes.Add "R" & CStr(nID), tvwChild, "A" & CStr(nID) & "FD", "Family Details", "Family"
Help please
Regards
Have a frustrating problem, in my treeview righclicking on the particular node gives me a pop up option "Add New" to add a new person, a child.
The code for adding a child seems to be ok as I am querying it through the Query Analyzer and the record is getting added, but my code for VISIBLY adding this/creating the actual node in my treevie is not correct, as the one I write gives me an error "Element not found"
All I want to do is to create a child for this parent!
code for my parent:
tvRelocatee.Nodes.Add "R" & CStr(nID), tvwChild, "A" & CStr(nID) & "FD", "Family Details", "Family"
Help please
Regards