Hi All,
I noticed that TComboBox:nAt is not updated when GetKeyChar() hit a match ...
It would be handy though ...
So when user press char in oCbx:oGet and hit a match, we can retrieve other info relative to oCbx:nAt from another array...
Like 'name' in oCbx:aItem to var1 and aAddr[ oCbx:nAt ] to var2 and so on ...
Any thoughts