Subject Re: [IBO] drop down list is truncated
Author Paul Gallagher
I think there is a bug related to this. The autowidth function of
IB_LookupCombo has a problem. In the underlying query, if the primarykey
field is selected first, the dropdown width is the same as the lookupcombo.
If the primary key field is NOT selectected first in the query, then the
autowidth seems to work properly.

Paul Gallagher

----- Original Message -----
From: Sergey Kanovka <sergey.kanovka@...>
To: Helen Borrie <IBObjects@egroups.com>
Sent: Monday, January 15, 2001 10:12 AM
Subject: Re: [IBO] drop down list is truncated


> Thursday, January 11, 2001, 10:50:13 AM, you wrote:
>
> Helen Borrie> At 02:32 PM 11-01-01 +0000, you wrote:
> >>When using a Lookupcombo with a wide dropdown list. The dropdown list
> >>can be truncated. i.e. protrude beyond the screen edge. There is
> >>room for the whole list on screen but the program appears to take no
> >>account. Any ideas?
> >>
> >>Edward Shave
> >>
> >>
>
> Helen Borrie> Set/manipulate the DropDownWidth property.
>
>
> For example in OnCreate event use:
>
> with MyLookupCombo do DropDownWidth := Width;
>
>
> Serge
>
>
>
>
>
>