Subject Re: [IBO] Bookmarks?
Author Jason Wharton
You just have to make sure your KeyLinks columns are value / type
compatible.

Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com


----- Original Message -----
From: "Paul Gallagher" <paul@...>
To: <IBObjects@yahoogroups.com>
Sent: Friday, January 26, 2001 4:36 PM
Subject: Re: [IBO] Bookmarks?


> IBO bookmarks are so simple, it is deceiving. The bookmark is a string.
Just
> save the bookmark to a string variable, i.e. MyBookmark := Query1.Bookmark
>
> To move to a bookmark, Query1.Bookmark := MyBookmark
>
> A trick I haved used when using a separate lookupQuery is this:
>
> Query.Bookmark := LookupQuery.Bookmark
>
> This avoids the need for using a locate method.
>
> Paul Gallagher
>
> ----- Original Message -----
> From: <paulhope@...>
> To: <IBObjects@yahoogroups.com>
> Sent: Friday, January 26, 2001 5:11 PM
> Subject: [IBO] Bookmarks?
>
>
> > Is there a simple example or help statement on how to use bookmarks.
> > I've found stuff stating they are Strings and an example of how to
> > synchronise tables - but nothing to say how to simply save your place
> > and go back to it.
> >
> > Example of Bookmark help
> >
> > This only works for the IB_Query component for now.
> > Applies to
> > TIB_Dataset
> > Declaration
> > Property BufferBookmark : string;
> >
> > ?
> >
> > Regards
> > Paul
> >
> >
> >
> >
> >
>
>
>
>