Finding Generator Report Dynamic from TDataSet or TDBGrid
I'm finding any component or code for print TDBGrid/TDataset, and i only
found code for QuickReport. One sample, the great code found, is this
ExDbgrid
http://freespace.virgin.net/giles.lindsay/GJL-Software/ExDBGrid.html comp,
but it is coded for QuickReport :-(. Where i found the code, sample or
component equivalent?
PS. Sorry my bad English
Joseh-Henrique
Goiania, GO
Brazil
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.497 / Virus Database: 296 - Release Date: 4/7/2003
found code for QuickReport. One sample, the great code found, is this
ExDbgrid
http://freespace.virgin.net/giles.lindsay/GJL-Software/ExDBGrid.html comp,
but it is coded for QuickReport :-(. Where i found the code, sample or
component equivalent?
PS. Sorry my bad English
Joseh-Henrique
Goiania, GO
Brazil
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.497 / Virus Database: 296 - Release Date: 4/7/2003
This discussion has been closed.
Comments
You may be able to get the results you need by simply using the Report
Wizard. Follow the link below for a good example of how to create a report
that looks like a dbGrid.
You might also want to check out the TwGrid addon component. You can find
more information about this component from our web site at
http://www.digital-metaphors.com in the friends | rcl section.
--
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
PrintDataset(dbTst, 'Title', bla, bla) or PrintDBGrid(dbGridTst, 'Title',
bla, bla). The url posted from ExDbrid exist one code similar, but for
QuickReport :-(.
[]'s
Joseh-Henrique
Goiania, GO
Brazil
There is no built in way to create a DBGrid in ReportBuilder. You will
either have to create a report output manually or with the ReportWizard that
looks similar to a grid or code your own component to get the results you
are after.
--
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com