Subject | Re: [IBO] BufferEof never comes to TRUE if ib_dataset.next method is also used in loop |
---|---|
Author | Jason Wharton |
Post date | 2002-10-12T01:05:54Z |
> IBO_Query.BufferFirst;Do your looping based on the record pointer if you are going to navigate it.
> IBO_Query.First;
> while not IBO_Query.BufferEof do begin
> file://do sth...
> IBO_Query.BufferNext;
> IBO_Query.Next;
> end;
Then, set the BufferRowNum := RowNum - 1 to keep the relative position you
want.
Scrolling the record pointer makes it such that the buffer pointer is
invalid.
Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com
-- We may not have it all together --
-- But together we have it all --