Subject Re: [IBO] Bookmarks and Searching from TTable to TIB_Query
Author Jason Wharton
The string is the bookmark. You don't need to use FreeBookmark at all. To
get a bookmark, read the Bookmark property. To set it, simply set the
Bookmark property.

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


----- Original Message -----
From: "Chris at Visible Changes" <chulsey@...>
To: <IBObjects@egroups.com>
Sent: Monday, December 11, 2000 8:33 AM
Subject: Re: [IBO] Bookmarks and Searching from TTable to TIB_Query


> I am not sure what you mean with the Bookmark property because it only
> returns a string. There is very little documentation of this property.
What
> should I use to substitute the bookmark commands:
>
> GetBookmark()
> GotoBookmark()
> FreeBookmark()
>
> I use GetBookmark to save my place.
> I use GotoBookmark to return to my place.
> I use FreeBookmark to free the bookmark when I am done.
>
> Chris Hulsey
> Visible Changes, Inc.
> chulsey@...
>