S
Stan Sainte-Rose
Hi,
A simple question..
I have a datatable with 2 fields (SkuCode, ItemName)
I use a Combobox where the datasource is the DataTable and the DisplayMember
is the ItemName.
I add a TextBox where the user can type the SkuCode.
I would like to select the line in the ComboBox if the record exists.
I can not use the FindString method because the DisplayMember is not the
SkuCode.
Stan.
A simple question..
I have a datatable with 2 fields (SkuCode, ItemName)
I use a Combobox where the datasource is the DataTable and the DisplayMember
is the ItemName.
I add a TextBox where the user can type the SkuCode.
I would like to select the line in the ComboBox if the record exists.
I can not use the FindString method because the DisplayMember is not the
SkuCode.
Stan.