PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WEBDEV 2024 → Generate CSV file on client
Generate CSV file on client
Iniciado por Rui Maia, 07,nov. 2023 18:48 - 2 respuestas
Publicado el 07,noviembre 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
Miembro registrado
80 mensajes
Publicado el 11,diciembre 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
Publicado el 21,diciembre 2023 - 15:48
Thanks for your help