Subject TIB_LookupCombo
Author send2iwan
hi,

i have a problem for using TIB_LookupCombo:

i have a table (items) that consist 2 fields (itemno, itemname)
when items fills with data like this:
itemno itemname
0001 player
0002 computer
0003 mouse

increamental search run ok!

but if items fills with this data:
itemno itemname
0001 player
0002 computer
0003 mouse
C001 case
D001 dolls

if if type C (for increamental search) it's not run correctly (cursor
not go to record 'C001 case') why? did i miss something?

sorry for this question. can i have direction for using
TIB_LookupCombo step by step, because very-very dificult to me
(follow the example)?.

thanks a lot.