PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → PCSofts Report & Queries
PCSofts Report & Queries
Iniciado por guest, 10,nov. 2015 18:58 - 2 respuestas
Publicado el 10,noviembre 2015 - 18:58
Hi,
I would like to design reports in R&Q (outside my application) and then I would like to be able to call and run them from my application.
Just like I do with Crystal Reports ...

Running shellexecute on the reports just takes me to the R&Q Editor
Can this be done ....
Publicado el 10,noviembre 2015 - 19:21
Steven,

iPrintReport(sFile) will do, where sFile is the full name of your reportfile (the WDE).
So it's just like a regular build-in report.
Publicado el 10,noviembre 2015 - 19:30
Hi Arie,
The problem is that although I have flagged a Query as Visible in Q&R in my application, when I call Q&R - in the Source of the Data to Print wizard, I have NO queries to select from ...
Please note that I am calling Q&R from my application

Any ideas?