PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WEBDEV 2024 → Generate CSV file on client
Generate CSV file on client
Débuté par rui.maia, 07 nov. 2023 18:48 - 2 réponses
Posté le 07 novembre 2023 - 18:48
Hello.
I need to generate a CSV file on webdev.
The generation itself has no problem.
But how do i download/transfer from the server to the client. Any help?

Rui Maia
Membre enregistré
92 messages
Posté le 11 décembre 2023 - 17:48
Look at FileDisplay https://doc.windev.com/en-US/…


Example :
// Displays the file in the browser
// (if the format is recognized by the system, the file is displayed directly)
FileDisplay(CompleteDir(fWebDir()) + "NOTES.TXT", "text/plain")

--
Ben Dell
Riebens Computers Pty Ltd
Southern Africa PcSoft Distributor
www.windevsa.co.za
PcSoft Sales, Support and Training
Posté le 21 décembre 2023 - 15:48
Thanks for your help