tspratt
12-30-2003, 05:08 PM
My goal is to allow users to navigate a deep dataset using a tree control(working fine), and when they select a node, to display some child nodes using a replicating view.
I can find the appropriate data node and set a datapointer (using a recursive function) to it just fine.
But how do I set a *datapath* on the replicating view so it will display my child nodes?
My replicating view works fine with a straight-up dataset because the xpath can be hard coded, but I can't hard code an xpath because my data is arbitrarily deep.
I have attached an example lzx. I want to be able to click an object row and have it display the child attribute nodes.
Thanks in advance for any ideas. (I am using the 2.0 beta if that is any benefit)
Tracy Spratt
I can find the appropriate data node and set a datapointer (using a recursive function) to it just fine.
But how do I set a *datapath* on the replicating view so it will display my child nodes?
My replicating view works fine with a straight-up dataset because the xpath can be hard coded, but I can't hard code an xpath because my data is arbitrarily deep.
I have attached an example lzx. I want to be able to click an object row and have it display the child attribute nodes.
Thanks in advance for any ideas. (I am using the 2.0 beta if that is any benefit)
Tracy Spratt