Subject Re: [IBO] TIB_Cursor
Author Michael Vilhelmsen
> BUT:
> Keep in mind that cursors are usually not used when displaying
contents
> (since they're unidirectional) and you do move through the records
> invisibly - so I'm not sure if it makes too much sense using
calculated
> fields then - since you could do your calculations just in the code
> where you step through the records...

I Know.

>
> (ie. changing a TIBOQuery to a TIB_Cursor is changing two things in
one)

Is it ?