Subject | Re: [IBO] Calculated field BUG |
---|---|
Author | Svein Erling Tysvær |
Post date | 2002-03-26T07:51:59Z |
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
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