How to print a report from qtrpt using database?
-
wrote on 25 Mar 2018, 06:20 last edited by
How to print a report from qtrpt using database?
if anyone have full code please provide me. -
How to print a report from qtrpt using database?
if anyone have full code please provide me.wrote on 25 Mar 2018, 17:02 last edited by@nani1169
Have you done some reading/Googling?
Printing and reading from a database are two quite unrelated things in themselves.
There are examples of each (e.g. accessing database example comes with QtRpt code).
E.g. from https://sourceforge.net/p/qtrpt/discussion/general/thread/0e1e3d5e/ printing looks a s simple asqrpt->printExec();
. which doesn't look very hard.
1/2