Subject | AW: [IBO] TIB_LookUpCombo dropdown question |
---|---|
Author | Queck Rainer |
Post date | 2003-05-13T10:45:32Z |
Hello Paul,
I have set the TIB_LookUpCombo.DropDownCount to 7. I have two records in the related Table. Still, the first time I "drop down" I only see the first record and
scrollbars. Using the scrollbars, to scroll down I can select the other record. The next time I drop down , it show me both records.
How can I get it to show me up to 7 records from the beginning on?
Regards
Rainer
-----Ursprüngliche Nachricht-----
Von: Paul Vinkenoog [mailto:paul@...]
Gesendet: Dienstag, 13. Mai 2003 12:43
An: IBObjects (E-Mail)
Betreff: Re: [IBO] TIB_LookUpCombo dropdown question
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
Yahoo! Groups Sponsor
<http://rd.yahoo.com/M=253843.3292484.4586262.1261774/D=egroupweb/S=1705007183:HM/A=1296220/R=1/*http://yp.yahoo.com>
<http://rd.yahoo.com/M=253843.3292484.4586262.1261774/D=egroupweb/S=1705007183:HM/A=1296220/R=2/*http://yp.yahoo.com>
Enter
Business/Category:
And City, State:
<http://us.adserver.yahoo.com/l?M=253843.3292484.4586262.1261774/D=egroupmail/S=:HM/A=1296220/rand=886244814>
___________________________________________________________________________
IB Objects - direct, complete, custom connectivity to Firebird or InterBase
without the need for BDE, ODBC or any other layer.
___________________________________________________________________________
http://www.ibobjects.com - your IBO community resource for Tech Info papers,
keyword-searchable FAQ, community code contributions and more !
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service <http://docs.yahoo.com/info/terms/> .
[Non-text portions of this message have been removed]
I have set the TIB_LookUpCombo.DropDownCount to 7. I have two records in the related Table. Still, the first time I "drop down" I only see the first record and
scrollbars. Using the scrollbars, to scroll down I can select the other record. The next time I drop down , it show me both records.
How can I get it to show me up to 7 records from the beginning on?
Regards
Rainer
-----Ursprüngliche Nachricht-----
Von: Paul Vinkenoog [mailto:paul@...]
Gesendet: Dienstag, 13. Mai 2003 12:43
An: IBObjects (E-Mail)
Betreff: Re: [IBO] TIB_LookUpCombo dropdown question
Hello Rainer,
> 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
Yahoo! Groups Sponsor
<http://rd.yahoo.com/M=253843.3292484.4586262.1261774/D=egroupweb/S=1705007183:HM/A=1296220/R=1/*http://yp.yahoo.com>
<http://rd.yahoo.com/M=253843.3292484.4586262.1261774/D=egroupweb/S=1705007183:HM/A=1296220/R=2/*http://yp.yahoo.com>
Enter
Business/Category:
And City, State:
<http://us.adserver.yahoo.com/l?M=253843.3292484.4586262.1261774/D=egroupmail/S=:HM/A=1296220/rand=886244814>
___________________________________________________________________________
IB Objects - direct, complete, custom connectivity to Firebird or InterBase
without the need for BDE, ODBC or any other layer.
___________________________________________________________________________
http://www.ibobjects.com - your IBO community resource for Tech Info papers,
keyword-searchable FAQ, community code contributions and more !
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service <http://docs.yahoo.com/info/terms/> .
[Non-text portions of this message have been removed]