<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.fr.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>20 Apr 2020 10:39:21 Z</lastBuildDate><pubDate>18 Apr 2020 15:55:22 Z</pubDate><description>Bonjour tous,&#13;
j'apprends le windev et je trouve que c'est intéressant mais j'ai une difficulté.&#13;
Je voudrais enregistrer les lignes de ma table dans mon fichier. Je constate qu'une seule ligne qui est enregistré dans mon fichier et aussi en remplacement d'un enregistrement qui existe. Que dois je faire dans ce cas?&#13;
Mon code est là&#13;
&#13;
K est un entier&#13;
K0 est un entier&#13;
K0  = TableOccurrence(TABLE_PROJET)&#13;
POUR K = 1 A K0&#13;
	FPROJET.Numprojet = TABLE_PROJET.COL_NUMPRO[K&#13;
	FPROJET.libelprojet = TABLE_PROJET.COL_LIBELLE[K]&#13;
	FPROJET.typrojet = TABLE_PROJET.COL_TYPEPRO[K]&#13;
	FPROJET.codprovince = TABLE_PROJET.COL_CODPROV[K]&#13;
	FPROJET.coutproj = TABLE_PROJET.COL_COUT[K]&#13;
	HModifie(FPROJET)&#13;
FIN&#13;
&#13;
Info(" enregistrement reussi")&#13;
TableSupprimeTout(TABLE_PROJET)</description><ttl>30</ttl><generator>WEBDEV</generator><language>fr_FR</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/238808-enregistrer-table-dans-fichier/read.awp</link><title>Enregistrer une table dans un fichier</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster><item><author>Voroltinquo</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/238808-enregistrer-table-dans-fichier-238844/read.awp</comments><pubDate>20 Apr 2020 10:39:21 Z</pubDate><description>Bonjour,&#13;
As tu regardé du côté de TableEnregistre ?&#13;
&#13;
--&#13;
Il y a peut être plus simple, mais, ça tourne</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/238808-enregistrer-table-dans-fichier-238844/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/238808-enregistrer-table-dans-fichier-238844/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/238808-enregistrer-table-dans-fichier/read.awp">Enregistrer une table dans un fichier</source><title>Re: Enregistrer une table dans un fichier</title></item><item><author>GB</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/238808-enregistrer-table-dans-fichier-238842/read.awp</comments><pubDate>20 Apr 2020 10:05:22 Z</pubDate><description>Bonjour,&#13;
&#13;
&#13;
Quel est ton type de table ? fichier ou par programmation ?&#13;
&#13;
- table fichier : cocher enregistrer en sortie de l…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/238808-enregistrer-table-dans-fichier-238842/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/238808-enregistrer-table-dans-fichier-238842/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/238808-enregistrer-table-dans-fichier/read.awp">Enregistrer une table dans un fichier</source><title>Re: Enregistrer une table dans un fichier</title></item></channel></rss>
