PC SOFT

GRUPOS DE DISCUSSÃO PROFISSIONAL
WINDEVWEBDEV e WINDEV Mobile

Inicio → WINDEV 2024 → [WD20] Print to pdf
[WD20] Print to pdf
Iniciado por Sammy Broeders, dez., 12 2017 11:42 AM - 2 respostas
Publicado em dezembro, 12 2017 - 11:42 AM
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 em dezembro, 12 2017 - 12:27 PM
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 em dezembro, 14 2017 - 4:43 PM
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.