bug with DBLookupListBox click event? calls it 3 times instead of just once


2006-06-12 10:00:54 PM
cppbuilder85
I have a DBLookupListBox component and I have attached a function to the OnClick event. The component must be connected to a database through the ListSource, KeyField and ListField properties. Whenever you click on the DBLookupListBox it will call the OnClick function 3 times.
Is this a bug or something?