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

Finding Generator Report Dynamic from TDataSet or TDBGrid

edited July 2003 in General
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

Comments

  • edited July 2003
    Joseh,

    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.

    --
    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
  • edited July 2003
    Hi Nico, thanks for reply. Not, not is this, i finding one code like this:
    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

  • edited July 2003
    Joseh,

    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.

    --
    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
This discussion has been closed.