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

Traversing manualy

edited May 2005 in General
Hi All,
I'm working in a report that I have to pick up data from a Delphi component
(i.e.: TListView) and every line of this component should be a record in the
report. So here goes my problem I dont't know how to do this traverse
manualy. I'm using Delphi 7 and Report Builder 7.

Many thanks in advance.
Paulo Drummond Filho

Comments

  • edited May 2005
    Hi Paulo,

    In order to travers manually, you will need to utilize the JITPipeline
    object. Using this object you will be able to implement the proper event
    handlers to travers any form of data you need and have it printed
    automatically on a report. Take a look at demos 136 - 140 for some examples
    of using the JITPipeline located in the \RBuilder\Demos\1. Reports\...
    directory.

    --
    Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com

    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
  • edited May 2005
    Thank you Nico!

    Paulo Drummond Filho

This discussion has been closed.