Hello,
With a treeVIew, when you want to change the datamember and the relationbinding, don't work.
Example:
- 1 dataSet DataSet1 with 4 tables Table1_1, Table1_2, Table2_1 and Table2_2
- 1 treeView with DataSource DataSet1 and DataMember Table1_1 and 1 RelationBindings with Table1_1 and Table1_2: it's Ok
- You delete the treeView
- You want to change the DataMember to Table2_1 and make RelationBindings with Table2_1 and Table2_2: only Table2_1 is on the TeeView
- You delete the treeView
- You want to change the DataMember to Table1_1 and make RelationBindings with Table1_1 and Table1_2: it's Table2_1 on the TeeView
And it's the same if you this:
- 1 treeView with DataSource DataSet1 and DataMember Table2_1 and 1 RelationBindings with Table2_1 and Table2_2: it's Ok
- You delete the treeView
- You want to change the DataMember to Table1_1 and make RelationBindings with Table1_1 and Table2_2: only Table1_1 is on the TeeView
- You delete the treeView
- You want to change the DataMember to Table2_1 and make RelationBindings with Table2_1 and Table2_2: it's Table1_1 on the TeeView
What's wrong,
With a treeVIew, when you want to change the datamember and the relationbinding, don't work.
Example:
- 1 dataSet DataSet1 with 4 tables Table1_1, Table1_2, Table2_1 and Table2_2
- 1 treeView with DataSource DataSet1 and DataMember Table1_1 and 1 RelationBindings with Table1_1 and Table1_2: it's Ok
- You delete the treeView
- You want to change the DataMember to Table2_1 and make RelationBindings with Table2_1 and Table2_2: only Table2_1 is on the TeeView
- You delete the treeView
- You want to change the DataMember to Table1_1 and make RelationBindings with Table1_1 and Table1_2: it's Table2_1 on the TeeView
And it's the same if you this:
- 1 treeView with DataSource DataSet1 and DataMember Table2_1 and 1 RelationBindings with Table2_1 and Table2_2: it's Ok
- You delete the treeView
- You want to change the DataMember to Table1_1 and make RelationBindings with Table1_1 and Table2_2: only Table1_1 is on the TeeView
- You delete the treeView
- You want to change the DataMember to Table2_1 and make RelationBindings with Table2_1 and Table2_2: it's Table1_1 on the TeeView
What's wrong,