Store EpiUltraCombo DisplayMember value in separate field

I’ve got an EpiUltraCombo working just great, it’s a SearchAdapter on a UD table that stores one value with ValueMember and displays the description in DisplayMember. Now the client actually wants to store the DisplayMember value in a separate field (this is in Orderhed, the ValueMember is bound to ShortChar02 and now they want the DisplayMember to bind to Character03).

How would I do that?

Found it… use “.Text” after the combo name.

2 Likes