PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → [WB19] Printing in AWP mode
[WB19] Printing in AWP mode
Iniciado por guest, 08,dic. 2014 18:59 - 2 respuestas
Publicado el 08,diciembre 2014 - 18:59
Hi,

I have an awp page that prints a report to a pdf and sends it as an attachment to the user.
This works in testmode, but when deployed it generates an error that the report cannot be found.
The report is in the library and I also copied it to both _WEB directory and _WEB/NL.

What am I missing?

Regards,
Piet
Publicado el 08,diciembre 2014 - 23:20
Hi Piet

you are missing the EXACT error message, so that we can help you... Also, please show us the printing code

Best regards
Publicado el 09,diciembre 2014 - 00:15
Hi Fabrice,

The exact error message was: "Report rpt_Order_Form not found".
Meantime I found a solution.
It could be one of two things:
1. I removed some files from the setup program that were listed as wdl files and were not.
2. I flagged the report to include compiled code, to be independent

Probably #2 did the trick.

Regards,
Piet