Delphi Dbgrid Export To Pdf

2007-06-12 09:13:43 AM Hi, i am using a 3rd party DBGrid and almost every form i use it in my project. Just to check whether any tools or component or code which can help me to print out the DBGrid or export the DBGrid ( with all color, data and layout ) into other format like excel, word, pdf or picture format?

The data export component is not work because it only export data from DataSet into other format. I had make my grid layout look like report so if i can print it out, then i don't need to spend time to create report.

The native Delphi components in this suite provide fast and direct data export into MS Excel, XML, HTML, SPSS, PDF and other formats from a DBGrid, Dataset or any VCL control! SMExport suite 4.99 is a set of component that.

Quote Hi, i am using a 3rd party DBGrid and almost every form i use it in my project. Just to check whether any tools or component or code which can help me to print out the DBGrid or export the DBGrid ( with all color, data and layout ) into other format like excel, word, pdf or picture format? The data export component is not work because it only export data from DataSet into other format. I had make my grid layout look like report so if i can print it out, then i don't need to spend time to create report.

Quote Hi, i am using a 3rd party DBGrid and almost every form i use it in my project. Just to check whether any tools or component or code which can help me to print out the DBGrid or export the DBGrid ( with all color, data and layout ) into other format like excel, word, pdf or picture format? The data export component is not work because it only export data from DataSet into other format. Eccentric soul the capsoul label rar. I had make my grid layout look like report so if i can print it out, then i don't need to spend time to create report. You could try SMExport Suite from Scalabium: -- Herb Sitz. Quote Hi, i am using a 3rd party DBGrid and almost every form i use it in my project. Just to check whether any tools or component or code which can help me to print out the DBGrid or export the DBGrid ( with all color, data and layout ) into other format like excel, word, pdf or picture format?

Try to use X-Files Components (TXDBGrid + TXQRGrid) from Sincerely, Krzysztof Szyszka, X-Files Software Developer of X-Files Components Borland Technology Partner _________________________________________ Website: E-mail. Quote Hi, i am using a 3rd party DBGrid and almost every form i use it in my project. Just to check whether any tools or component or code which can help me to print out the DBGrid or export the DBGrid ( with all color, data and layout ) into other format like excel, word, pdf or picture format? The data export component is not work because it only export data from DataSet into other format. I had make my grid layout look like report so if i can print it out, then i don't need to spend time to create report. -- Best regards, Michael Philippenko mailto: Fast Reports - Reporting must be Fast!

OK, so my journey into using SQLIte is gaining momentum, but problems are starting to appear. I can't easily copy the content of the DBGrid to clipboard, whereas with StringGrids I could easily save using SG.CopyToClipboard I can't easily save the content of the DBGrid to a CSV file, whereas with StringGrids I could easily save using SG.SaveToCSVFile.

Although there is a 'SaveToFile(filename)' procedure in DBGrid, the resulting output is scrambled XML from what I can see. Not a valid CSV file. So I'm wondering if I am going wrong somewhere there. Anyway, that is two issues that I have incorporating SQLIte with DBGrids in Freepascal. My users have to have the ability to save to at least CSV file (I can manually do HTML) and they need to be able to copy to clipboard. From what I can see, neither seem built into the component. Or am I missing it?

Related Post