Greetings All,

This question has been batted around a bit in this forum, but this issue still confuses me.

I have a combobox that is on a panel, which is on a panel, which is on a form tab. I am pragmatically filling the combobox and I can successfully select a value and display another in the combobox.

What I can not do is get an event handler to fire when the user makes a pick from the combobox. I believe that the panels or the form tab events are overriding the combobox events and have tried toth use em, but with no success. Any suggestions?

Thanks in advance for your thoughts.