<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.fr.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>2 Jul 2020 15:09:12 Z</lastBuildDate><pubDate>24 Jun 2020 09:29:45 Z</pubDate><description>Bonjour,&#13;
&#13;
J'ai une difficulté :&#13;
Je fais des exports pour le web en csv utf8 depuis un champ table, de manière dynamique avec ConstruitTableFichier.&#13;
&#13;
Problème : les identifiants sont en texte avec des séparateurs de milliers, j'essaie de les passer en numérique (avec typSaisieNum, vu sur un autre forum.&#13;
&#13;
Mais je n'arrive pas à manipuler la colonne. J'ai récupéré son nom avec  TableEnumèreColonne (ça me renvoie _COL1.&#13;
Mais quand j'essaie de manipuler le type de cette colonne, il ne la trouve pas. &#13;
&#13;
Je suis en quête de la bonne syntaxe.&#13;
&#13;
voici mon code avec mes tests :&#13;
&#13;
[code:wl]&#13;
//phase 2 -&gt; Exports ELPRCOLL&#13;
HRafraîchitVue(CnxHFCS,VUE_ELPRCOLL) //CnxEmkHfsW&#13;
ConstruitTableFichier(TABLE_test,VUE_ELPRCOLL,taAvecIdAuto + taRemplirTable)&#13;
//TABLE_Test.COL_SansNom1..Nom&#13;
//TABLE_test.ID_ELPRCOLL.TypeSaisie = typSaisieNum&#13;
TABLE_test..Visible = Vrai&#13;
TableAffiche(TABLE_test,taInit)&#13;
Info(TableEnumèreColonne(TABLE_test,1))&#13;
TABLE_test.._COL1..TypeSaisie = typSaisieNum&#13;
sElprcoll est une chaîne&#13;
sElprcoll = TableVersTexte(TABLE_test,taSansTitre,";")&#13;
fSauveTexte("C:\TESTS\ExportElprcoll.csv", ChaîneVersUTF8(sElprcoll))&#13;
[/code]&#13;
&#13;
Merci pour votre aide précieuse :)&#13;
&#13;
G.</description><ttl>30</ttl><generator>WEBDEV</generator><language>fr_FR</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/240719-windev25-construittablefichier-noms-colonnes/read.awp</link><title>[WINDEV25 ]ConstruitTableFichier et noms des colonnes</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster><item><author>gc</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/240719-windev25-construittablefichier-noms-colonnes-240896/read.awp</comments><pubDate>2 Jul 2020 15:09:12 Z</pubDate><description>J'ai fini par faire une requête au STG qui m'a apporté la solution (provisoire car le fait que ça fonctionnait dans les versions…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/240719-windev25-construittablefichier-noms-colonnes-240896/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/240719-windev25-construittablefichier-noms-colonnes-240896/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/240719-windev25-construittablefichier-noms-colonnes/read.awp">[WINDEV25 ]ConstruitTableFichier et noms des colonnes</source><title>Re: [WINDEV25 ]ConstruitTableFichier et noms des colonnes</title></item><item><author>gc</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/240719-windev25-construittablefichier-noms-colonnes-240752/read.awp</comments><pubDate>25 Jun 2020 13:34:48 Z</pubDate><description>Hélas, pas encore bon... J'ai fait quelques tests avec différentes syntaxes (., _ , modif du nom de la colonne - si j'affiche la…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/240719-windev25-construittablefichier-noms-colonnes-240752/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/240719-windev25-construittablefichier-noms-colonnes-240752/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/240719-windev25-construittablefichier-noms-colonnes/read.awp">[WINDEV25 ]ConstruitTableFichier et noms des colonnes</source><title>Re: [WINDEV25 ]ConstruitTableFichier et noms des colonnes</title></item><item><author>Pascal FERRACCI</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/240719-windev25-construittablefichier-noms-colonnes-240749/read.awp</comments><pubDate>25 Jun 2020 12:14:55 Z</pubDate><description>faire le test en incluant le nom de la table dans les ":&#13;
{"TABLE_test._COL1",indChamp}..typesaisie=typSaisieNum</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/240719-windev25-construittablefichier-noms-colonnes-240749/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/240719-windev25-construittablefichier-noms-colonnes-240749/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/240719-windev25-construittablefichier-noms-colonnes/read.awp">[WINDEV25 ]ConstruitTableFichier et noms des colonnes</source><title>Re: [WINDEV25 ]ConstruitTableFichier et noms des colonnes</title></item><item><author>gc</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/240719-windev25-construittablefichier-noms-colonnes-240724/read.awp</comments><pubDate>24 Jun 2020 12:16:50 Z</pubDate><description>Re,&#13;
&#13;
Merci,&#13;
&#13;
Pour le moment malheureusement ça plante... Toujours un souci pour reconnaitre le nom du champ. Je vais creuser…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/240719-windev25-construittablefichier-noms-colonnes-240724/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/240719-windev25-construittablefichier-noms-colonnes-240724/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/240719-windev25-construittablefichier-noms-colonnes/read.awp">[WINDEV25 ]ConstruitTableFichier et noms des colonnes</source><title>Re: [WINDEV25 ]ConstruitTableFichier et noms des colonnes</title></item><item><author>Pascal FERRACCI</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/240719-windev25-construittablefichier-noms-colonnes-240722/read.awp</comments><pubDate>24 Jun 2020 12:09:11 Z</pubDate><description>Bonjour il faut passer par des indirections :&#13;
{Table_Test+"._Col1",indchamp}..typesaisie=typsaisienum</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/240719-windev25-construittablefichier-noms-colonnes-240722/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/240719-windev25-construittablefichier-noms-colonnes-240722/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/240719-windev25-construittablefichier-noms-colonnes/read.awp">[WINDEV25 ]ConstruitTableFichier et noms des colonnes</source><title>Re: [WINDEV25 ]ConstruitTableFichier et noms des colonnes</title></item></channel></rss>
