Home General
New Blog Posts: Merging Reports - Part 1 and Part 2

ppDBJIT BOF/EOF

edited June 2005 in General
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.

Comments

  • edited June 2005
    Hi Peter,

    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

    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
This discussion has been closed.