Subject | Re: keylinks keysource and select sp |
---|---|
Author | jeffplata |
Post date | 2006-03-15T01:53:40Z |
--- In IBObjects@yahoogroups.com, "jeffplata" <jeffplata@...> wrote:
way of achieving this effect?
TIA
>keylinks/keysource
> (Using IBO 4.5B)
>
> Is it possible to define a lookup relationship using
> between two ib_queries where one gets data from a stored procedure?If this kind of lookup relationship is not possible, what is the IBO
> Something in this manner:
>
> mainquery:
> sql='select gl, sl, dramount, cramount from rp_tbsl(:period)';
>
> lookupquery:
> sql='select gl, description from accounts';
> keylinks='accounts.gl=?????? // what goes here?
> keysource=ib_datasource1
>
> ib_datasource1:
> dataset=mainquery;
>
way of achieving this effect?
TIA