I have a dbCombo box linked to a data control. Now I want to set the dbCombo's text property in runtime to one of the entries in the dbCombo list. But I don't know the listindex of that entry, I only know the text. So I simply tried to set the dbCombo.text property but that didn't work. The style of my dbCombo is set to 2 - dbcDropDownList.

How can you set the text???

Thanks in advance!

Dave.