Re: [lazarus] What do you use for Reporting?

2007-12-12 Thread Mattias Gaertner
On Wed, 12 Dec 2007 10:29:33 -0500 "Hess, Philip J" <[EMAIL PROTECTED]> wrote: > What I do: Output all reports to RTF and view with external viewer > (any word processor on computer). See this tool for more information: > > http://wiki.lazarus.freepascal.org/XDev_Toolkit > > With RTF you can hav

Re: [lazarus] What do you use for Reporting?

2007-12-12 Thread Andrey Gusev
* Lee Jenkins <[EMAIL PROTECTED]> [Wed, 12 Dec 2007 10:17:12 -0500]: LazReport looks to have been a fairly recent addition. I was wondering what most people did for reporting from Lazarus. I was thinking of: 1. Stick to text based reports - write a decent abstraction layer for formatting,

RE: [lazarus] What do you use for Reporting?

2007-12-12 Thread Hess, Philip J
17 AM To: Lazarus Mailing List Subject: [lazarus] What do you use for Reporting? LazReport looks to have been a fairly recent addition. I was wondering what most people did for reporting from Lazarus. I was thinking of: 1. Stick to text based reports - write a decent abstraction laye

[lazarus] What do you use for Reporting?

2007-12-12 Thread Lee Jenkins
LazReport looks to have been a fairly recent addition. I was wondering what most people did for reporting from Lazarus. I was thinking of: 1. Stick to text based reports - write a decent abstraction layer for formatting, etc. 2. Use PowerPDF to write all reports to standard pdf format.