How do I test if a parent node of a tree control exists? So far, I can't find a method, function or proerty that works. I always get an error msg saying object does not exist or object required.
I want to see if a parent node exists, and if so, then set a child of that node. If no, I want to create the parent node and then set the child node.
Any tips are greatly appreciated.
J