Subject Re: [IBO] Another TIB_LookupCombo problem
Author Lucas Franzen
Paul,

thanks for this helpful advice.

Here my tests:

since it's a select * on a small lookup table the Pk field is the first
ofcourse (and it's set visible false).

So I changed it to visible true, set it as the seconde index and it
worked.

That's truly a bug that's hard too find, it'S even hard to find out
under which circumstances it occurs.

Thanks again for your help.

Luc.

Paul Gallagher schrieb:
>
> Try changing the order the fields are displayed or selected in the query. It
> seems that when the Primary key field is displayed FIRST, the drop down is
> truncated.
>
> I sent Jason a demo of this bug a couple days ago. It sounds like you have
> the same problem. This problem has actually existed for a LONG time. I just
> could never pinpoint it.
>
> Paul Gallagher
>
> ----- Original Message -----
> From: Lucas Franzen <luc@...>
> To: IBObjects-, List <IBObjects@egroups.com>
> Sent: Wednesday, January 17, 2001 3:37 PM
> Subject: [IBO] Another TIB_LookupCombo problem
>
> >
> > Hello,
> >
> > I've got several TIB_LookupCombos and some of them do just show portions
> > of the field s when dropping them down.
> > I can't find the difference between the one that are working and the one
> > that don't (even when looking in the dfm).
> >
> > The only way to fix it is to set the DropDownWidth manually to a value
> > that might be sufficient.
> >
> > Any hints on this?
> >
> > Regards
> > Luc.
> >
> >
> >
> >