-
Report generator
Is there any report generator that you use for printing reports? I am working on project that will include hunderts of reports created from PostgreSQL database and I would like to use some tool for creating those reports. I don't want to paint them line by line :)
Just some suggestions, please. What you use?
-
Re: Report generator
take a look at ncreports (http://sourceforge.net/projects/ncreport/)
I learned of ncreports after I already started rolling my own by drawing QTextDocument (containing html) to a painter object.
-
Re: Report generator
Or use ncreport2 (commercial), this is the actual version for QT 4.
http://www.nocisoft.com/
it is not really expensive...
-
Re: Report generator
take a look at
List & Label 16
it is data independent and although mainly for the windows platform it runs in wine/linux, too.
there exists a free edition, too...
I've done some nice projects with it. Definitely you should try it ;-)
-
Re: Report generator
-
Re: Report generator
Can you provide some help to integrate List&Label with QT?
-
Re: Report generator