PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV 2024 → IPreview->file location.
IPreview->file location.
Débuté par Aad Gouka, 14 juil. 2008 17:00 - 2 réponses
Posté le 14 juillet 2008 - 17:00
Hi all,
When I'm using iPreview to make a PDF-file of my report, a window pops up to ask me, where I want to put the PDF-file.
Is there a way to disable this popup window and send the PDF-file to a predefined map ??
Thanks for any hints.
Regards,
Aad Gouka
Posté le 14 juillet 2008 - 17:01
hi Aad,
you can directly write the file to a location without using the iprevieuw
iDestination(iPDF, "\\SERVERNAME\ADIRECTORYNAME\SUBDIRECTORYNAME + "\NAMEOFTHEFILE.pdf")
iPrintReport(Rpt_AfdrukNAME, "", 1)

Regards Marc. :xcool:
Posté le 15 juillet 2008 - 12:32
Thanks Marc voor your tip. It is not exactly what I'm looking for, because I'll have to change all my printbuttons. I'll have a closer look anyway.
Thanks again.
Regards Aad