PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → [WD20] Print to pdf
[WD20] Print to pdf
Iniciado por guest, 12,dic. 2017 11:42 - 2 respuestas
Publicado el 12,diciembre 2017 - 11:42
Hello all,

I use in my project the code below to make a pdf file, it always works ok. Now by one user the report is send to the printer and not to a PDF file. It is by al his computers, with and without virus scanner. The user has the right to make a file in this map. Anyone a idea how to solve this problem?

File is string = "C:\SaBroSoft\ estfile.pdf"
iDestination(iGenericPDF, File)
iPrintReport(testreport)

Thanks in advance,

Sammy
Publicado el 12,diciembre 2017 - 12:27
Hi Sammy,

I'm guessing that the customer in question has some kind of utility installed that does that... Go in the 'uninstall' function of windows and list all the program installed, there is probably a xxxpdfxxx in there playing with your nerves...

Best regards
Publicado el 14,diciembre 2017 - 16:43
Fabrice,

Thanks for the response, i can`t find a thing. The strange thing is that the same code line in another part of my project with another report works ok.