<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.fr.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>13 Feb 2019 23:25:45 Z</lastBuildDate><pubDate>13 Feb 2019 05:14:22 Z</pubDate><description>Bonjour, je voudrai faire un httpPost contenant un tableau, voila mon code :&#13;
&#13;
sFormulaire est une chaîne = "FORMULAIRE"&#13;
sUrlPage est une chaîne = "http://api.xxxxx.com"&#13;
sResultat est une chaîne&#13;
&#13;
HTTPCréeFormulaire(sFormulaire)&#13;
&#13;
HTTPAjouteParamètre(sFormulaire, "Type", "Trans1")&#13;
HTTPAjouteParamètre(sFormulaire, "Agent", "Agent1")&#13;
&#13;
apres je dois renseigner les champ sous forme de tableau :&#13;
&#13;
transaction[id] = xxxx&#13;
transaction[date] = "ddddd'&#13;
transaction[frais] = "rfff"&#13;
la je vois pas comment faire!!&#13;
&#13;
SI HTTPEnvoieFormulaire(sFormulaire,sUrlPage,httpPost) = Faux ALORS&#13;
	Erreur("Echec de l'envoi du formulaire :", ErreurInfo())&#13;
SINON&#13;
	//&#13;
FIN&#13;
&#13;
merci d'avance.</description><ttl>30</ttl><generator>WEBDEV</generator><language>fr_FR</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/223950-httpajouteparametre-avec-tableau/read.awp</link><title>HTTPAjouteParamètre avec un tableau</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster><item><author>alex.benaji</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/223950-httpajouteparametre-avec-tableau-223975/read.awp</comments><pubDate>13 Feb 2019 23:25:45 Z</pubDate><description>hello</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/223950-httpajouteparametre-avec-tableau-223975/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/223950-httpajouteparametre-avec-tableau-223975/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/223950-httpajouteparametre-avec-tableau/read.awp">HTTPAjouteParamètre avec un tableau</source><title>Re: HTTPAjouteParamètre avec un tableau</title></item></channel></rss>
