Subject Re: Many dblookup combo
Author svein_erling
Alternatively if the items of the LookupCombo are reasonably static, you could use TIB_ComboBoxes rather than TIB_LookupCombos. Then you could use a TIB_Cursor to populate the TIB_ComboBoxes.

Whether this is useful or not, all depends on your requirements.

HTH,
Set

--- In IBObjects@y..., "medicusit" <medicusit@y...> wrote:
> Hi,
> I'm starting with Firebird and IBO trial and I've a question, I've
> about 20 tables with 40 fields for each one, I need to place a
> IboDBLookUpCombo for many fields. There are two tables COMBO and
> DESCOMBO (description combo) with relation one-to-many. I need to
> place a lot of dblookupcombo for many fields, need I ib_query for
> every dblookupcombo? Thanks
>
> Med