Re: How to print out a DBGrid?

Posted by webmaster Guido
In Reply to: How to print out a Grid?

: I'm doing a project for college and am stuck on how to print out a DBGrid which i have linked to a database. PLEASE HELP!

-------------------------

There are no "standard" commands in Delphi to print out a DBGrid. The DBGrid component doesn't have a .Print method, nor do any of the other database components (TTable, TQuery, TDataSource,...).

However, every Delphi version that includes the database components, also includes report generator components, such as the QuickReport components. Personally, I always use QuickReport.

You could try to program something like this on your own, but I assumed that it would take even a very experienced programmer a lot of time and effort.


Find related articles

Search for:  Print DBGrid   Print


Delphi Forum :: Tutorials :: Source code :: Tips