Page 1 of 1

TIBCQuery Increment record

Posted: Wed 03 Mar 2010 10:47
by calou
Hello,

I am looking for a method to increment the actuel record.
For example in order to do IbcQuery.Next;IbcQuery.Next;IbcQuery.Next;
I search a method IbcQuery.IncRecord(3)

Thanks for help

Posted: Thu 04 Mar 2010 09:47
by Dimon
You can use the TDataSet.MoveBy(Distance) method.