Subject Re: [IBO] TIB_LookupCombo
Author Helen Borrie
At 11:57 AM 3/10/2006, you wrote:
>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?

If the user types in 'c', incremental search will not find
'C'. Perhaps this is your problem?


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

It has been described oh-so-many times in this list. You should be
able to find many postings by searching the archive of the
egroups.ibobjects newsgroup mirror at news://news.atkin.com, or
simply by using Google. There is also a work-through example in the
TI sheet on Using IBO Controls - get this from the Technical Info
page of the main IBO website.

If you are a registered user with a current subscription to a
"bundle', then you can download the Getting Started Guide from the
Download page of your user account. There is a very detailed
walk-through there for using the lookup combo control.

Helen