Subject weird problem
Author rlssv
I am re-converting a project to IBO 4.2Fr.
In this project I have a TwwIBOQuery for which I am dynamically
assigning a Sql.text.
In the current conversion I have the following situation when the
AfterOpen event is triggered (for this query):

Ord(Dataset.state) : 1
Recno: 0
recordcount: 2
filtered: false
bof: true
eof: true

How can this be ???

(recordcount= 2 is correct)

I have earlier made a test-conversion to 3.6 where this was not the
case.

-Rene Laursen