-
NCReport is lightweight, fast, easy to use SQL report engine written in C++ based on Qt toolkit. Report definition using XML format - stored as file or in sql database. Generated document ready to print or (fast) preview
The new NCReport 2.0 has been released. The project is fully re-written from the bases. It has many new features and improvements. The new Designer application also...
2008-01-04 21:11:13 UTC by nociszabo
-
libncreport's .pro-file installs ncreport.h and ncsqlquery.h, but doesn't install ncpreview.h
Patch is trivial - add ncpreview.h to headers.files in src/libncreport/libncreport.pro.
2007-11-24 19:40:01 UTC by jackyf
-
Printing to pdf for large / long detail field that's longer than the expected paper size causing application lock up (not responding and must be force closed).
2007-09-07 01:19:50 UTC by si_sol
-
I may add later a new addParameter methud using QVariant and a new _evalParameter() method.
2007-06-27 07:39:53 UTC by nociszabo
-
fixed (0.7.30)
2007-06-27 07:34:27 UTC by nociszabo
-
fixed.
2007-06-27 07:31:54 UTC by nociszabo
-
fixed (0.7.30)
2007-06-27 07:31:03 UTC by nociszabo
-
addParameter method fixed.
2007-06-27 07:30:22 UTC by nociszabo
-
Is better to put quotes into sql query IMHO, because of compatibility and consistency.
It's part of sql syntax.
(AND E.s_date BETWEEN '$P{date_begin}' AND '$P{date_end}')
2007-05-24 15:20:40 UTC by nociszabo
-
If one calls NCReport::addParameter twice on the same parameter name (ie, to rerun the report on different parameters), it will leak the report_Parameter allocation until NCReport is destroyed, making QObject reclaim it's childs allocation.
2007-05-22 11:04:20 UTC by thiagocorrea