Subject TIBOQuery question
Author Marcin Bury
Hello

Is it possible to check fields values of the next record in the buffer
without actually moving the 'pointer' to the next record.

I have to use TIBOQuery since this check will be used in QuickReport. What I
want to achieve is in OnBeforePrint detail band event check certain field
values from the next record that will be printed in the next band.

TIA
Marcin