Subject | Re: [IBO] How to avoid lookup table from fetching all records ? |
---|---|
Author | Harald Klomann |
Post date | 2001-04-10T07:58:29Z |
Geraldo Lopes de Souza wrote:
Set AutoFetchFirst and of course AutoFetchAll of your lookup dataset to false.
Harald
>Geraldo,
> 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
Set AutoFetchFirst and of course AutoFetchAll of your lookup dataset to false.
Harald