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

Refreshing Data

edited February 2002 in General
Hi,

Simple report based on one table. Edits to records in table not being
reflected in report. Tried ppReport.Refresh. Tried closing and reopening
table. Seems I must close Delphi to see changes reflected in report.

Probably a simple solution. Can anyone help?

Thank you,
Mike

Comments

  • edited February 2002
    Do you have a datapipeline between the table's datasource and the report? If
    not, do so. I had te same problem which was fixed when I put a datapipeline
    between the table and the report.

    (you'll get: table -> datasource -> datapipeline -> report)

    grtz
  • edited February 2002
    Yes, I am using a ppDBPipeLine.
  • edited February 2002
    Take the report out of the picture for a minute and drop a TDBGrid on the
    form. The database must have the record updates committed before a query is
    submitted to the database to retrieve the records. Do the records show up
    in the grid, if you open a new connection to get the latest records from the
    table?


    Cheers,

    Jim Bennett
    Digital Metaphors

This discussion has been closed.