Greetings,
I hope you can help me to solve this issue, I have been trying show the childs
of group in the xml in a second datagrid, and i need this change mean I change
selection in the first datagrid.
There are 2 more datagrid with more child tags, here I will publish the xml
structure.
And Need to know if it is possible, and if the xml structure is right.
As I wrote, I have 4 datagrid, connected each one with 4 dataset, and those
dataset are connected to a xmlconnector. I need to click on the first datagrid,
and then it would filter the second datagrid and then click on it and this
would filter the 3 datagrid, and click on this datagrid 3 it will filter
datagrid 4.
I really appreciate your help.
this is an fragment of the xml file,
the datagrid 1 load the zonas info, the datagrid 2 load the Vend info,
and the 3th datagrid load the pagosemanales and depositos.
But I can´t see nothing else ,than just the first node of each array in
dataset.
<ZONAS>
<Dist>
<ID>1183721</ID>
<Nivel>4</Nivel>
<Nombre>DEL PINO, ROSA</Nombre>
<Padre>1149986</Padre>
<Colecciones>4</Colecciones>
<Canceladas>0</Canceladas>
<Deuda>4,702,752.00</Deuda>
<CanceladoBs>3,900,000.00</CanceladoBs>
<Resta>802,752.00</Resta>
<pCancelado>82.93</pCancelado>
<NumVen>0</NumVen>
<Vend>
<ID>1183727</ID>
<nivel>5</nivel>
<nombre>DEL PINO, ROSA</nombre>
<padre>1183721</padre>
<numpagos>4</numpagos>
<Colecciones>1</Colecciones>
<Canceladas>0</Canceladas>
<Deuda>1,175,688.00</Deuda>
<CanceladoBs>960,000.00</CanceladoBs>
<Resta>215,688.00</Resta>
<pCancelado>81.65</pCancelado>
<pagosemanales>
</Vend>
</Dist>
</ZONAS>
Can anybody tell me the best way to do this....
Thanks
Regards
GP
Gusmaster (Neoactiva) - 20 Nov 2007 18:29 GMT
I solved this issue , easily, connecting every dataset with his parent, until
the xml connector and everything is working just fine, and also the index for
each dataset then all the components connected will be updated when I was
selecting a registry in the principal datagrid.