PC SOFT

PROFESSIONAL NEWSGROUPS
WINDEVWEBDEV and WINDEV Mobile

Home → WEBDEV 2024 → Refresh after FileDisplay in Server Code?
Refresh after FileDisplay in Server Code?
Started by Zach, Jun., 24 2013 7:57 PM - 1 reply
Posted on June, 24 2013 - 7:57 PM
WebDev ignores a request after a FileDisplay has been called in Server Code according to:
http://doc.pcsoft.fr/en-US/?3012005&name=filedisplay_function&q=FileDisplay

Is there any way to force WebDev into refreshing the page after using FileDisplay?
Posted on June, 24 2013 - 11:02 PM
Hi Zach

when you send ONE request to a server, you get ONE answer... In this
case, it is the file that you are asking the server to display on the
browser

So the short answer is NO!

But of course, nothing prevents you from sending MULTIPLE requests to
the server, using either a timer or a series of ajaxexecute... It all
depends of the precise need and situation

Best regards

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

New web site (EXPERIMENTAL) http://www.fabriceharari.eu
(More information on http://www.fabriceharari.com)


On 6/24/2013 11:57 AM, Zach wrote:
WebDev ignores a request after a FileDisplay has been called in Server
Code according to:
http://doc.pcsoft.fr/en-US/?3012005&name=filedisplay_function&q=FileDisplay

Is there any way to force WebDev into refreshing the page after using
FileDisplay?