S
Sébastien
Hi,
I try to figure out how I can set my DataMember so I can do something like
ListBox.DisplayMember =
"Table.RelationName.AnotherParentTableOfMyRelation.StringField"
As my DataSource need to be set to DataSet.DefaultViewManager and I can't
change it (else way my databinding won't work as expected), I would like to
know if there is anyway for me to do what I want to do. In fact, what I am
trying to do is To show info of my first parent table, and all related
information in another parent table (so it is a many-to-many relation with a
middle table). I want my ListBox to show only the record of the second table
that match the current record in my first table.
Thank you for your help.
I try to figure out how I can set my DataMember so I can do something like
ListBox.DisplayMember =
"Table.RelationName.AnotherParentTableOfMyRelation.StringField"
As my DataSource need to be set to DataSet.DefaultViewManager and I can't
change it (else way my databinding won't work as expected), I would like to
know if there is anyway for me to do what I want to do. In fact, what I am
trying to do is To show info of my first parent table, and all related
information in another parent table (so it is a many-to-many relation with a
middle table). I want my ListBox to show only the record of the second table
that match the current record in my first table.
Thank you for your help.