Subject Re: [IBO] Refresh ...
Author Helen Borrie
At 11:33 AM 6/05/2004 +0300, you wrote:
>Hi all,
>
> I have the following ...
>
> IB_Query A
> IB_Query B
> IB_Query C
> IB_IncSearch D
> IB_Transaction E
>
>
> All IB_Query's have the same IB_Trancation E. The B IB_Query is Detail
>to A IB_Query. The D IB_IncSearch is used to the C IB_Query.
>
> My problem is this. If i select a record form the A ( master ), and
>then i go to the D to perform a search, when the search is executed it
>does not refreshed only the C query, but all of them.

More information is needed. What is the relationship between the C query
and the A and/or B queries? and what is the SQL property of the C
query? What happens in your application code when the search finds its
target? What behaviours do you have set for each dataset to do whenever the
transaction commits?

Helen