Traversing manualy
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
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
This discussion has been closed.
Comments
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
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Paulo Drummond Filho