vote up 0 vote down star
2

I'm using D2009, and I have a TDbComboBox on my form, and if I click on it, then click an option from the menu, the first time I do so it doesn't change. The OnChange event handler fires, but ItemIndex remains at 0 (where it started at) instead of being updated to reflect the new item. After this first time, it works fine.

Any idea what's causing this and how I can fix it?

flag

69% accept rate

1 Answer

vote up 0 vote down

What do you see if you step through the event handler in the debugger?

Are you doing anything funky with ItemIndex inside the event handler?

What happens if you comment out everything in the event handler?

link|flag
I'm not doing anything with the ItemIndex property in the event handler, and the value's supposed to have changed to reflect my new selection before the event handler fires anyway. So that's not the problem. – Mason Wheeler Nov 28 '08 at 16:26
Is the underlying dataset in dsEdit/dsInsert state when you select an item from the DbCombobox? Or is the DataSource.AutoEdit property set to True? – _J_ Jan 30 at 16:49

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.