Subject Re: [IBO] TIB_LookUpCombo dropdown question
Author Paul Vinkenoog
Hello Rainer,

> what must I do in order to have a TIB_LookoupCombo to drop down as
> many lines as defined in its propertie?
> I already set the <query.AutoFetchAll> to true.

I don't know which property you mean, but you can set the
TIB_LookupCombo.DropDownCount property to a large number (say 32, or
whatever suits your application).

The actual number of lines shown in the drop down list will always be
min( DropDownCount, ItemCount ).

I.e. a high DropDownCount won't result in blank lines being
added. They probably should have called this property
MaximumNumberOfSimultaneouslyVisibleLinesWithoutHavingToScroll.

I wonder why they didn't ? :-)


Greetings,
Paul Vinkenoog