01-25-2013 03:43 PM
I simply want to get the parent tag of the selection in the tree control. The get parent method doesnt work for my case. Anyone have a clue as to why?
01-25-2013 04:02 PM
Change Active Item:Tag -> Value
Cheers!
01-28-2013 11:28 AM
That recommendation above put me on the right path to determine what in more detail the problem was. If the tree control is a strict type def, this method does not work. As soon as I disconnect the tree control from its typedef defn, it works...See attached.