Subject | Re: [IBO] Reset Dataset Pointer |
---|---|
Author | Jack Cane |
Post date | 2014-07-20T19:36:34Z |
Thanks Jason. Not sure if bookmark applies when I don't know the location in advance.
Photo page has an array of thumbnail images..User selects one of them, enlarges, perhaps navigates from one to another, etc.,large image using a 'Next' button, then decides to return to the thumbnail array.
Array should now begin at RecNo of last large image that she saw. I then need to reset data pointer that value.
Hope this makes sense.
Best,
Best,
jwc
On Jul 20, 2014, at 9:16 AM, 'IBO Support List' supportlist@... [IBObjects] <IBObjects@yahoogroups.com> wrote:
You can use the Bookmark property if you are trying to get back to a previous record. Just save the bookmark aside and then set it back.JasonI would like to reset the data pointer of my tIboQuery from one pk value to another pk value. I tried setting recNo and calling GoToKey, but this does not work.
From: IBObjects@yahoogroups.com [mailto:IBObjects@yahoogroups.com]
Sent: Saturday, July 19, 2014 8:13 PM
To: IBObjects ListServer
Subject: [IBO] Reset Dataset PointerPls. point me to the right way to do this.
Best,jwc