Subject | TIB_Query parameter issue |
---|---|
Author | radu_zorro |
Post date | 2008-04-30T09:15:13Z |
Hello everybody, and first of all i'm glad that i found this group!
i have probably a silly question, but i couldn't find the solution for
the following issue:
i have several queries which are used to make selections over
different stored procedures. what i'm trying to accomplish: output
data from one query to be input data(input params)to another queries.
and when i'm moving through the query all other queries which
received input data from current one to be refreshed automatically.
i can resolve this issue partially by using ParamByName and
FieldByName, or with mastersource/masterparamlinks(the issue is that i
must set mastersource to two or more data datasources, which can not
be accomplished), but none of this solutions seems to be convenable.
i'm appologyzing fot my bad english and i hope i explained clearly my
current problem.
thanks in advance and best regards,
radu
i have probably a silly question, but i couldn't find the solution for
the following issue:
i have several queries which are used to make selections over
different stored procedures. what i'm trying to accomplish: output
data from one query to be input data(input params)to another queries.
and when i'm moving through the query all other queries which
received input data from current one to be refreshed automatically.
i can resolve this issue partially by using ParamByName and
FieldByName, or with mastersource/masterparamlinks(the issue is that i
must set mastersource to two or more data datasources, which can not
be accomplished), but none of this solutions seems to be convenable.
i'm appologyzing fot my bad english and i hope i explained clearly my
current problem.
thanks in advance and best regards,
radu