PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → FtpListefichier et table
FtpListefichier et table
Iniciado por call, 16,mar. 2006 14:04 - 1 respuesta
Publicado el 16,marzo 2006 - 14:04
Bonjour,

J'utilse la méthode FtpListeFichier pour récupérer les fichiers sur mon ftp. Ca fonctionne bien. Mais le probleme c'est que je n'arrive pas à afficher les fichiers présents sur le ftp dans une table à simple colone.
La méthode de callBack de FtpListeFichier est :

FichierList()

table.matable=ftnom()

return true;

Merci
Publicado el 16,marzo 2006 - 16:09
Bonjour,

Il faudrait plutôt mettre un
TableAjoute(Table,ftpNom)
dans ta fonction CalBack si tu veux plusieurs lignes.

A+

--
Francis MOREL