Subject Re: [IBO] Synchronising TIBOQueries
Author Helen Borrie
At 10:08 AM 28/03/2006, you wrote:
>Hello,
>
> I have 2 TIBOQueries which both have the exact same number of
>records and the same key-values for each record. (and even ordered the
>same).
>
> I want to synchronise them so that when a user clicks on a record in
>my DevExpress grid, that the identical record in the other TIBOQuery
>is also focused/selected.
>
> Would anyone know what the fastest/best way of doing this is.

Use bookmarks?

But why do you need two IBOQueries, out of interest?

Helen