
dbList.BoundColumn doesn't work with MatchEntry in Click event
I have a dbList and some code in the Click event to Know the item the user
have selected. The code is similar to this:
intItem=dbList1.boundText (I use it to present data relative to the
item).
It works when the user uses the mouse to select an item, but when the user
press a key to select the first item matching the key pressed, the property
dbList1.boundText contains the data of item before movement or matching is
executed. ?How can I get the property 'dbList1.boundText' after the matching
is executed?
thanks in advanced