PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → wd 18 generating a pdf
wd 18 generating a pdf
Iniciado por guest, 01,sep. 2015 09:45 - 4 respuestas
Publicado el 01,septiembre 2015 - 09:45
Hi,

I saw I can generate a pdf with iDestination(iGenericPDF, "path")

This works but when the pdf is mad a popup shows , about the generation of the pdf.

I need to sent my xml and pdf invoice as an attachement. So I made email in my app. I cal the screen and put the generated xml and pdf as an attatchament. Cool.
But I would like the pdf generated in the background . No popup showing as it is being generated. For now just before the mail screen shows the pdf generation shows for maybe half a second. This is not as I would like it to be

Is this possible?

Thanks

Allard
Publicado el 01,septiembre 2015 - 10:42
Hi Allard,

I think you mean the "Wait message" which you can set (or clear) in the GUI-tab of the report.
Publicado el 01,septiembre 2015 - 11:05
Hi Arie,

I removed the wait message in the data tab. Is that what you mean? It had no effect?

regards
Publicado el 01,septiembre 2015 - 11:31
Hi Allard,

Try with iWindowCancel(False) before you generate the pdf.

Regards,
Bart
Publicado el 01,septiembre 2015 - 17:41
Hi , Thanks Bart!!, that works like a charm


regards
Allard