Subject Re: [IBO] More than one Lookup combo to one dataset
Author Marc Leclerc
Hi,

As everything one good side must have compromise. I have put 5 queries on
the form for now but I hope to get back to this later and find a better way.
As I have previously played with ClientDataset (MIDAS) I am tempted to
attempt a port to support IBO which would save traffic. Since the table only
has around 30 entries this is not so critical at the moment.

Thanks for your answer, I will look it up in any cases.

Marc

----- Original Message -----
From: "Geoff Worboys" <geoff@...>
To: <IBObjects@yahoogroups.com>
Sent: Tuesday, March 13, 2001 6:12 PM
Subject: Re: [IBO] More than one Lookup combo to one dataset


> > I have about 5 lookup fields which are taken from the same
> > table. My app using the BDE would link all lookupcombo to
> > the same datasource. Can this be done using IBO or do I need
> > 5 IB_Queries since the links have to be described within the
> > Query KeyLinks.
>
> Multiple TIB_LookupCombos cannot share the same datasource/dataset -
> as you say, the keylinks information is stored in the dataset.
>
> In the EnhComponents (from the registered users download site) is
> TIB_LookupEnh. It can be setup to share lookup datasets. It is not
> perfect in this regard, as the dataset must be dynamically unplugged
> from one place and plugged into another. This can result in a
> noticable hestitation in the control when it gains or loses focus.
> However it works well enough for me, and it is usually possible to
> tune the worst out depending on the size and nature of the lookup
> dataset.
>
> Geoff Worboys
> Telesis Computing
>
>
>
>
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>
>