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

Error in PipeLine

edited May 2002 in General
We are building a report and need to change the datasource and DBPipeline
in run time. This new source have the same columns definitions of the old.
We are trying do this, but when the report is generated, the number of pages
is correct, but the lines appears blank(the records is not visible).
There is a counter of records, its correct.
we think that the columns in DBPipeLine don't refreshed.

Comments

  • edited May 2002
    The DataPipeline for each of the data-aware components in the report layout
    is not being updated when you change the pipeline. That or no fields are
    being created.

    First, check each data aware component and make sure that ParentDataPipeline
    is set to True.

    If this checks out as ok, try freeing and replacing the entire data pipeline
    each time you change the data set...

    --
    Cheers,

    Tom Ollar
    Digital Metaphors Corporation
  • edited May 2002
    The problem now is with subreports. We was trying to change the DBPipeLine
    of subReports in run time, and the problem is the same(correct number of
    records, but is not visible).

    how we should to proceed?

    Thanks



  • edited May 2002
    Take the same approach with the subreports that Tom mentioned for the main
    report. Make sure that AutoCreateFields is set to true on the
    datapipelines.


    Cheers,

    Jim Bennett
    Digital Metaphors

This discussion has been closed.