Subject Re: [IBO] TIB_LookupCombo
Author Jason Wharton
Get the OrderingLinks setup so that incremental searching works. Then it
will receive key presses. You can also hook into the OnNotInList event to
insert a non-existing item should you choose to.

HTH,
Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com


----- Original Message -----
From: "Eddie Bush" <eddie@...>
To: <IBObjects@egroups.com>
Sent: Wednesday, January 17, 2001 2:59 PM
Subject: [IBO] TIB_LookupCombo


> Hey guys -- little problem.
>
> I have a TIB_LookupCombo that I am using to do a lookup and set a foreign
key value. I want the user to be able to enter something into the combo
that would be added to the lookup relation.
>
> Problems:
>
> #1 -- Can't pick an item out of the list
> #2 -- Can't type anything into the combo box's text area
>
> I'm sure there's some little thing I am missing -- but I just don't see it
right now.
>
> The combo box is embedded in a TIB_Grid component, btw -- in case that
actually matters (doubt it does). I do have the keysource set, and have the
keylinks set up.
>
> Any suggestions/comments are appreciated.
>
> TIA!
>
> Eddie