Subject Re: [IBO] constructing bookmark manually
Author Jason Wharton
You can simply plug the values into the KeyFields and then get the RowData
from it. It is just a string from there.
The memory space of the KeyFields is flexible to use in this manner.

KeyFields[ 0 ].AsInteger := <a key value>
BookmarkForKeyValue := KeyFields.RowData;

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


----- Original Message -----
From: "Tomas MichalĂ­k" <michalik@...>
To: <ibobjects@yahoogroups.com>
Sent: Tuesday, April 24, 2001 6:33 AM
Subject: [IBO] constructing bookmark manually


> Hi,
>
> how can I construct a bookmark manually without using KeyFields.RowData
> ?
> I need to use field values (those fields are not listed in the KeyLinks
> property) from one dataset and then use the bookmark in another dataset.
>
> Thanks for any hints,
>
> Tom