<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.fr.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>30 Apr 2020 16:39:25 Z</lastBuildDate><pubDate>30 Apr 2020 15:29:49 Z</pubDate><description>Bonjour tous le monde;&#13;
j'ai une table avec des case à cocher, si je clique sur chaque case il me donne le prix de chaque type d'entrainement&#13;
i est un entier =1&#13;
&#13;
TANTQUE i &lt;= TableOccurrence(TABLE_Type_Entrainement)&#13;
	SI Col_Select[i]=1 ALORS&#13;
		SAI_test = TABLE_Type_Entrainement.COL_Prix &#13;
	FIN&#13;
	i++&#13;
FIN&#13;
mais ce que je veut c'est l'addition des prix si je clique sur plusieurs case et l'afficher dans le champ de texte prix au dessous de la table.&#13;
Merci de m'aider.&#13;
&#13;
&#13;
https://hostimage.windev.io/images/Annotation20200430142539_bcb48a542da14bff838c01a50422f7b1.png</description><ttl>30</ttl><generator>WEBDEV</generator><language>fr_FR</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/239162-table-avec-case-cocher/read.awp</link><title>Table avec case a cocher</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster><item><author>Côme</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/239162-table-avec-case-cocher-239167/read.awp</comments><pubDate>30 Apr 2020 16:39:25 Z</pubDate><description>Bonjour&#13;
&#13;
Une petite variable pour cumuler le total au fil de la lecture des lignes &#13;
&#13;
[code:wl]&#13;
moTotal est un monetaire &#13;
T…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/239162-table-avec-case-cocher-239167/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/239162-table-avec-case-cocher-239167/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/239162-table-avec-case-cocher/read.awp">Table avec case a cocher</source><title>Re: Table avec case a cocher</title></item></channel></rss>
