Subject Re: [IBO] Calculated field BUG
Author Svein Erling Tysvær
Sascha,
try calling IB_Query1->First(); rather than IB_Query1->Open(); Does this
help anything?

Myself, I haven't used TIB_Query.Open for a couple of years. I think the
reason was that Open didn't set Eof, whereas First did.

HTH,
Set