<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>18 Jun 2015 20:06:00 Z</lastBuildDate><pubDate>17 Jun 2015 19:38:00 Z</pubDate><description>Hi everybody,&#13;
I have a WB 20 application running on my customer and I have an issue trying to show the PDF files in the browser.&#13;
In my Database I have a table called "Documents" where the customer can save the path of the PDF file corresponding to the document, like this for example: \\150.100.100.130\Traspas\DestiTemp\8.pdf&#13;
So some of the documents are not in the same server, therefore the IP address used in the path. So before using FileDisplay to show the PDF in the browse I am checking if the file exists in the path.&#13;
PDFFileName is string = ATT_ArchivoPDF&#13;
IF fFileExist(PDFFileName) THEN&#13;
FileDisplay(PDFFileName, "application/pdf")&#13;
ELSE&#13;
Info("The PDF file was not found")&#13;
END&#13;
&#13;
So they always get the error message: The PDF file was not found&#13;
It looks like the app cannot open the PDF located in other server.... However if they use the same path in the Browser they can see the PDF without any problem.&#13;
http://screencast.com/t/gzphroNDKik&#13;
&#13;
Does anyone know why could be the reason of this issue?&#13;
Any advice or sugestion is welcome.&#13;
Thanks&#13;
&#13;
Regards,&#13;
&#13;
Victoria</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52741-20-ffileexist-issue/read.awp</link><title>WB 20: fFileExist issue...</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52741-20-ffileexist-issue-52783/read.awp</comments><pubDate>18 Jun 2015 20:06:00 Z</pubDate><description>Hi Fabrice,&#13;
thanks for your suggestion :-)&#13;
It sounds like a good idea.&#13;
&#13;
Regards,</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52741-20-ffileexist-issue-52783/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52741-20-ffileexist-issue-52783/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52741-20-ffileexist-issue/read.awp">WB 20: fFileExist issue...</source><title>Re: WB 20: fFileExist issue...</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52741-20-ffileexist-issue-52777/read.awp</comments><pubDate>18 Jun 2015 16:52:00 Z</pubDate><description>Hi Victoria,&#13;
&#13;
another way around the problem, if all the files are stored on the same server, would be to install a webservice…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52741-20-ffileexist-issue-52777/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52741-20-ffileexist-issue-52777/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52741-20-ffileexist-issue/read.awp">WB 20: fFileExist issue...</source><title>Re: WB 20: fFileExist issue...</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52741-20-ffileexist-issue-52765/read.awp</comments><pubDate>18 Jun 2015 13:39:00 Z</pubDate><description>Yes, the DB is actually MS-SQL. I have been working with storing binary files in SQL in many projects so I know it works fine an…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52741-20-ffileexist-issue-52765/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52741-20-ffileexist-issue-52765/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52741-20-ffileexist-issue/read.awp">WB 20: fFileExist issue...</source><title>Re: WB 20: fFileExist issue...</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52741-20-ffileexist-issue-52763/read.awp</comments><pubDate>18 Jun 2015 12:50:00 Z</pubDate><description>Victoria&#13;
&#13;
Paulo one is the best solution in your case but I have been using mostly hyperfile memos&#13;
to hold pdf and binary fil…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52741-20-ffileexist-issue-52763/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52741-20-ffileexist-issue-52763/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52741-20-ffileexist-issue/read.awp">WB 20: fFileExist issue...</source><title>Re: WB 20: fFileExist issue...</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52741-20-ffileexist-issue-52760/read.awp</comments><pubDate>18 Jun 2015 11:55:00 Z</pubDate><description>Hi guys!&#13;
thanks for your response...&#13;
I agree with you Fabrice about storing the PDFs in the DB however it is my cliente who ha…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52741-20-ffileexist-issue-52760/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52741-20-ffileexist-issue-52760/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52741-20-ffileexist-issue/read.awp">WB 20: fFileExist issue...</source><title>Re: WB 20: fFileExist issue...</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52741-20-ffileexist-issue-52744/read.awp</comments><pubDate>17 Jun 2015 20:10:00 Z</pubDate><description>If your WB site is using IIS and is for intranet only you can change the WD200AWP alias in the IIS to use windows authentication…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52741-20-ffileexist-issue-52744/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52741-20-ffileexist-issue-52744/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52741-20-ffileexist-issue/read.awp">WB 20: fFileExist issue...</source><title>Re: WB 20: fFileExist issue...</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52741-20-ffileexist-issue-52743/read.awp</comments><pubDate>17 Jun 2015 19:51:00 Z</pubDate><description>Hi Victoria&#13;
&#13;
looks like the usual permissions problem&#13;
&#13;
When running, your website is run under a user (iuser or some such) w…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52741-20-ffileexist-issue-52743/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52741-20-ffileexist-issue-52743/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52741-20-ffileexist-issue/read.awp">WB 20: fFileExist issue...</source><title>Re: WB 20: fFileExist issue...</title></item></channel></rss>
