Subject | Re: [IBO] Bookmark confusion |
---|---|
Author | Jason Wharton |
Post date | 2002-06-17T20:26:23Z |
TDataset uses either the TBookmark thing or a string.
You can use either but you cannot intermingle them.
Native IBO only provides a string.
Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com
You can use either but you cannot intermingle them.
Native IBO only provides a string.
Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com
----- Original Message -----
From: "bmckenna6" <bmckenna@...>
To: <IBObjects@yahoogroups.com>
Sent: Monday, June 17, 2002 10:48 AM
Subject: [IBO] Bookmark confusion
> I understand that an IBO Bookmark is a string.
>
> Yet the IBODataset also has methods using TBookmark, also.
>
> My BDE/Treeview app I'm attempting to migrate uses
> BookmarkValid, GetBookmark, GoToBookmark, etc.
>
> I having trouble compiling/searching info on this matter.
>
> Can someone refer to a particular post or other source
> for some clarification?