Subject Re: [IBO] How to avoid lookup table from fetching all records ?
Author Geraldo Lopes de Souza
"Harald Klomann" <nibler@...> escreveu na mensagem
news:3AD2BD25.B89F8688@......
> Geraldo Lopes de Souza wrote:
> >
> > Hi,
> >
> > I have lookup relationship that I'm using without TIB_LookupCombo
because I
> > don't need browse its records. I only use IB_Edit to type the ID field.
I
> > need to find a way to avoid all lookup records from being fetched when
the
> > main table is opened.
> >
> > Thanks in advance,
> >
> > Geraldo Lopes de Souza
>
>
> Geraldo,
>
> Set AutoFetchFirst and of course AutoFetchAll of your lookup dataset to
false.
>


They are false already. If I set KeySeeking to False It doesn't fetch the
records, and the lookup doesn't work too...

Thanks in advance

Geraldo Lopes de Souza