Subject | Re: [IBO] Efficient way to select a certain record |
---|---|
Author | Tomá Michalík |
Post date | 2002-07-03T17:22:40Z |
Hi,
if both queries have the same keylinks, use Bookmark property.
eg. NewQueryInNewWindow.Bookmark := FirstQuery.Bookmark;
HTH,
Tom
Christian Gütter wrote:
if both queries have the same keylinks, use Bookmark property.
eg. NewQueryInNewWindow.Bookmark := FirstQuery.Bookmark;
HTH,
Tom
Christian Gütter wrote:
> Hi,
>
> I have got the following problem:
> my users have to select a record from an IB_Grid
> (which is connected to an IB_Query).
>
> Could someone give me a little hint, please?