vote up 0 vote down star

I'm working with delphi2009 and i really need to create a button that can print all my data in a dbgrid. I appreciate all the help i can get.

flag

3 Answers

vote up 2 vote down

Since it is a DB grid then you can create a report using any of the report components you have, or you can do without them by using the printers unit, by iterating over the data and print them using a printer.textout

link|flag
vote up 1 vote down

Get TxcellentFormPrinter control below and then you can print the Entire Grid.

http://www.code4sale.com/joehecht/

Hope this helps.

link|flag
vote up 0 vote down

You may use the TSMPrintData component from SMReport Autogenerated suite: http://www.scalabium.com/smr

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.