Subject TIBOQuery and SetRange
Author bobz@asoftsolutions.com.au
I have recently converted a large application to IBObjects.
To save time I used TIBOTable as a replacement for TTable. The app
works OK although its a little slow on larger tables.
I now am converting, as time permits, TIBOTables to TIBOQuery.
However I am getting a 'No index is currently active' error when a
SetRange function is executed.

TIBOQuery doesn't have a IndexFieldNames property like TIBOTable so
how does one use SetRange? Or is there a more efficient way to
achieve the same result?

Your help would be appreciated.

Regards

Bob