Subject Re: [IBO] A TBookMark-like behavior in IB_Query?
Author Markus Ostenried
On Mon, Dec 17, 2012 at 8:01 PM, Chuck Belanger <phytotech@...>wrote:

> **
>
> I am looping through a dataset with NEXT.
>
Maybe you could use "BufferFirst, while not BufferEof do BufferNext"
instead. This will leave your IB_Query located on the same record (in
edits, grids etc). Just make sure to do FetchAll first so you have all
records in the buffer.

HTH,
Markus


[Non-text portions of this message have been removed]