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

Report doesn't work with Interbase 6

edited January 2002 in General
Hi,

Well...I have studied many days Report Builder, making a lot of examples
and when I started programming in a comercial project, a problem!!! The
report doesn't appear. I'm using Delphi 5 and Interbase 6. Is the problem
related to pipelines? I have tried both dbPipeline and bdePipeline, and
nothing happens. What can be wrong?
Thanks...

Bruno Nepomuceno

Comments

  • edited January 2002
    Connect the datasource to a dbGrid on a form. Is there data at runtime?

    Make sure that the datapipeline is connected to the report and to the data
    aware components. Then make sure that there are fields defined on the
    datapipeline. Try toggling Datapipeline.AutoCreateFields in the object
    inspector. If that doesn't create the fields, then delete the datapipeline
    and create a new one. The fields should get recreated correctly, if you've
    changed the query at design time. You can click over the datapipeline on
    the form to see the fields which have been created.


    Cheers,

    Jim Bennett
    Digital Metaphors


This discussion has been closed.