Subject Lookup from different database
Author Johan Kotze
Hi

I want to use a table in a different database to provide the lookup
in a dropdown list. Currently I load a normal dropdown listbox with
the required values and then use it as is. There are several problems
with this approach, 1. It takes some time to load the list, 2. The
list is static. I am looking for a component that can take a TIBQuery
as parameter and build it's own list for display, and optionally
insert another field into the database.

Any ideas will be appreciated.

Johan Kotze