ppDBJIT BOF/EOF
Using the current release of ReportBuilder, if I change the Record Count of
a ppDBJIT after the database is opened, it is not possible to reset the
EOF/BOF flags.
Calling UpdateStatus does not work, and the only workaround I have found is
to call
GotoBookmark(InitialIndex-1) immediately before UpdateStatus.
a ppDBJIT after the database is opened, it is not possible to reset the
EOF/BOF flags.
Calling UpdateStatus does not work, and the only workaround I have found is
to call
GotoBookmark(InitialIndex-1) immediately before UpdateStatus.
This discussion has been closed.
Comments
I'm a bit unclear about why you need to change the record count while the
pipeline is still open. This technically should be something that is done
while the pipeline is closed, then when it is opened, the EOF and BOF will
be set correctly.
Consequently, closing then re-opening the datapipeline would be another way
of doing this.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com