Subject | Re: [IBO] TIB_LookUpCombo dropdown question |
---|---|
Author | Paul Vinkenoog |
Post date | 2003-05-13T10:43:23Z |
Hello Rainer,
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
> what must I do in order to have a TIB_LookoupCombo to drop down asI don't know which property you mean, but you can set the
> many lines as defined in its propertie?
> I already set the <query.AutoFetchAll> to true.
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