2013/1/17 Leonardo M. Ramé <[email protected]> > On 2013-01-17 08:52:11 +0100, Michael Van Canneyt wrote: > > > > On Wed, 16 Jan 2013, silvioprog wrote: > > > > >Hello, > > >Please see in: > > > > > >http://bugs.freepascal.org/view.php?id=23664 > > > > This cannot be fixed. Lazreport is not suitable for use in > webapplications. > > > > Some time ago, I started a new reporting engine exactly for this reason. > > > > A well-designed reporting engine is independent of any widget set. > > (see e.g. jasperreports in Java) > > > > Michael. > > > > I had a similar issue some time ago with, TAChart. It needed TCanvas to > draw charts, but that was fixed by Alexander, if I remember correctly. > > That's why I stopped looking for a report generator for my cgi apps. Now > I rely on libHaru (http://libharu.org/), which is a C shared library > with Pascal bindings that allows creation of PDF files. > > The problem with libHaru is you don't create reports out of markup, but > by code. In my case that's not a problem, because I'm the only one in > charge of creating reports, a different story will be when the final > user wants to create their own reports. > > -- > Leonardo M. Ramé > http://leonardorame.blogspot.com
Very nice. You could send a small example with this library to take a look? Thank you. -- Silvio Clécio My public projects - github.com/silvioprog
-- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
