JITPipline
I'd like to have just the records from a database that are displayed in a
DBGrid be the detail records in a report. I assume I use the JITPipline for
this, correct? Is there an example someone can point me to that shows me how
to code this?
Thanks
Whitney
DBGrid be the detail records in a report. I assume I use the JITPipline for
this, correct? Is there an example someone can point me to that shows me how
to code this?
Thanks
Whitney
This discussion has been closed.
Comments
Generally a DBGrid is connected to a TDataSource which is in turn connected
to a TDataSet descendent. The DBGrid simply shows all the data returned by
the dataset so it may be easier to just connect a DBPipeline to the same
datasource and pull the same data from the dataset rather than the DBGrid.
If you are manually altering the data inside the DBGrid, it is possible to
obtain that data using a JITPipeline. Take a look at our JITPipeline demos
(136 - 140) located in the main reports demo for examples of this.
\Demos\1. Reports\...
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com