Subject Re: [IBO] Weird IB_Combobox behavior
Author Helen Borrie
At 06:17 PM 10/06/2004 +0800, you wrote:
>Hello.
>
>Iam trying to setup a ib_combobox, but unfortunately Iam getting a weird
>error. I used to do this setup without a problem. And now all of a
>sudden this weird behavior come out of nowhere.
>
>Here is my setup.
>
>item = dealer, outlet
>itemvalues = dlr, olt
>
>But when I run the program. All records displays dlr instead of dealer.
>When trying to edit/insert record, instead of the value dlr is to be
>post, dea was post instead. i have check every other setup, i even
>delete the ib_combobox and drop down a new one. and what's really weird
>is all of the ib_combobox in this particular delphi project behaves this
>way. When I try to open and recompile my other delphi project which has
>ib_combobox there's no problem at all.
>
>Can somebody tell me what am I missing?

Check the Style property. ItemValues are ignored if the Style property is
set to csDropDown.

Helen