PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WEBDEV 2024 → Print PDF in browser
Print PDF in browser
Débuté par Lander, 14 fév. 2011 13:19 - 3 réponses
Posté le 14 février 2011 - 13:19
I try to print an report to PDF and visualize it in a new browser window.
In development mode: no problems! Als o when i install the site on a local server, no problems!
But when I install the site on a server at the client, it gives problems!!
However, everyone has reda-write permissions on the specific map.

iDestination(iPDF,lsFile) // lsFile is a valid file name! (.pdf)
iPrintReport(RP_TEST) // it is here that the site 'hangs'

Can someone help me?
Posté le 21 février 2011 - 09:41
hi,

have you an error number ?
Posté le 26 avril 2011 - 01:09
I am trying to use Webdev v15 and am having the same problem trying to create a pdf report. Did you find a solution to the problem?
Posté le 27 avril 2011 - 00:49
Hi Glenn

from the original message, it looks like the path/name of the pdf file
to create was incorrect (as in, has the rights on the dir on the local
machine, but not on the server)... generally, the safe way is to use
subdirectory of the _WEB directory

Best regards

--
Fabrice Harari
International WinDev, WebDev and WinDev mobile Consulting

More information on http://www.fabriceharari.com


On 25/04/2011 18:09, Glenn Knott wrote:
I am trying to use Webdev v15 and am having the same problem trying to create a pdf report. Did you find a solution to the problem?