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

Report prints incorrect data.

edited July 2003 in End User
I have a wierd problem with a ReportBuilder end-user report that I have
created.
The report works fine for reports that are only one page in length, but
often if the report prints over 2 or more mages, the first detail line on
subsequent pages displays the 'wrong' data. It is almost as if it is
displaying an amalgum of current data, and some risdual data from the
previous page.
I have ensured that any data that is required for use in any calculations is
present in the main data pipeline, but this doesn't seem to make any
difference.

Any ideas?


Paul Bennett.

Comments

  • edited July 2003
    Make sure that your dataset supports bookmarks as defined in the TDataset
    interface. Are you using a TDataset descendent? If you want to do
    calculations in the report then use the TppVariable and code its OnCalc
    event. Are your subreports connected to datapipelines as well?


    Cheers,

    Jim Bennett
    Digital Metaphors


This discussion has been closed.