<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.fr.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>5 Nov 2018 16:26:34 Z</lastBuildDate><pubDate>5 Nov 2018 13:56:32 Z</pubDate><description>bonjour a tous,&#13;
&#13;
voila ma question,&#13;
&#13;
voila mon soucis &#13;
&#13;
je créer un logiciel de gestion et je dois calculer le temps des formateur en fonction de leurs statut (titulaire, vacataire, sous traitant, &#13;
lorsque j'ajoute une ligne a ma base et a l'affichage de cette nouvelle ligne j'aimerai qu'un calcule sa fasse et s'affiche dans un champ en fonction&#13;
&#13;
voici mon code qui m'affiche bien ce que je veut mais ne le fait qu'une seul fois si mon champ cible contiens déjà quelque chose il ne fait rien&#13;
&#13;
[code:wl]&#13;
SI TABLE_ensgene.COL_Statutformateur ="Permanent Greta" ALORS&#13;
	&#13;
FIN&#13;
&#13;
SI TABLE_ensgene.COL_Statutformateur ="Vacataire Titulaire" ALORS&#13;
	SAI_titulaire =  TABLE_ensgene.COL_Heures_d_Enseignement_N+TABLE_ensgene.COL_Heures_d_Enseignement_N_1+TABLE_ensgene.COL_Heures_d_Enseignement_N_2+TABLE_ensgene1.COL_Heures_d_Enseignement_N+TABLE_ensgene1.COL_Heures_d_Enseignement_N_1+TABLE_ensgene1.COL_Heures_d_Enseignement_N_2&#13;
FIN&#13;
&#13;
SI TABLE_ensgene.COL_Statutformateur ="Vacataire Non Titulaire" ALORS&#13;
	SAI_Vacataire = TABLE_ensgene.COL_Heures_d_Enseignement_N+TABLE_ensgene.COL_Heures_d_Enseignement_N_1+TABLE_ensgene.COL_Heures_d_Enseignement_N_2+TABLE_ensgene1.COL_Heures_d_Enseignement_N+TABLE_ensgene1.COL_Heures_d_Enseignement_N_1+TABLE_ensgene1.COL_Heures_d_Enseignement_N_2&#13;
FIN&#13;
&#13;
SI TABLE_ensgene.COL_Statutformateur ="Sous-traitant tarif vacataire" ALORS&#13;
	SAI_sous_traitant = TABLE_ensgene.COL_Heures_d_Enseignement_N+TABLE_ensgene.COL_Heures_d_Enseignement_N_1+TABLE_ensgene.COL_Heures_d_Enseignement_N_2+TABLE_ensgene1.COL_Heures_d_Enseignement_N+TABLE_ensgene1.COL_Heures_d_Enseignement_N_1+TABLE_ensgene1.COL_Heures_d_Enseignement_N_2&#13;
FIN&#13;
&#13;
SI TABLE_ensgene1.COL_Statutformateur ="Permanent Greta" ALORS&#13;
	&#13;
FIN&#13;
&#13;
SI TABLE_ensgene1.COL_Statutformateur ="Vacataire Titulaire" ALORS&#13;
	SAI_titulaire =  TABLE_ensgene.COL_Heures_d_Enseignement_N+TABLE_ensgene.COL_Heures_d_Enseignement_N_1+TABLE_ensgene.COL_Heures_d_Enseignement_N_2+TABLE_ensgene1.COL_Heures_d_Enseignement_N+TABLE_ensgene1.COL_Heures_d_Enseignement_N_1+TABLE_ensgene1.COL_Heures_d_Enseignement_N_2&#13;
FIN&#13;
&#13;
SI TABLE_ensgene1.COL_Statutformateur ="Vacataire Non Titulaire" ALORS&#13;
	SAI_Vacataire = TABLE_ensgene.COL_Heures_d_Enseignement_N+TABLE_ensgene.COL_Heures_d_Enseignement_N_1+TABLE_ensgene.COL_Heures_d_Enseignement_N_2+TABLE_ensgene1.COL_Heures_d_Enseignement_N+TABLE_ensgene1.COL_Heures_d_Enseignement_N_1+TABLE_ensgene1.COL_Heures_d_Enseignement_N_2&#13;
FIN&#13;
&#13;
SI TABLE_ensgene1.COL_Statutformateur ="Sous-traitant tarif vacataire" ALORS&#13;
	SAI_sous_traitant = TABLE_ensgene.COL_Heures_d_Enseignement_N+TABLE_ensgene.COL_Heures_d_Enseignement_N_1+TABLE_ensgene.COL_Heures_d_Enseignement_N_2+TABLE_ensgene1.COL_Heures_d_Enseignement_N+TABLE_ensgene1.COL_Heures_d_Enseignement_N_1+TABLE_ensgene1.COL_Heures_d_Enseignement_N_2&#13;
FIN&#13;
[/code]&#13;
&#13;
si quelqu'un voie ou sa bug merci de m'aider&#13;
&#13;
a bientot&#13;
&#13;
Ludo</description><ttl>30</ttl><generator>WEBDEV</generator><language>fr_FR</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/221698-tri-information-dans-table/read.awp</link><title>tri d'information dans une table</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster><item><author>Cdm98</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/221698-tri-information-dans-table-221718/read.awp</comments><pubDate>5 Nov 2018 16:26:34 Z</pubDate><description>bon c'est trouvé ...&#13;
&#13;
faut reinitialiser à 0 avant chaque remplissage de la table...&#13;
&#13;
bon dev,</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/221698-tri-information-dans-table-221718/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/221698-tri-information-dans-table-221718/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/221698-tri-information-dans-table/read.awp">tri d'information dans une table</source><title>Re: tri d'information dans une table</title></item><item><author>Ludovic LEMOING</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/221698-tri-information-dans-table-221717/read.awp</comments><pubDate>5 Nov 2018 16:17:15 Z</pubDate><description>okey je te rep par mail merci</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/221698-tri-information-dans-table-221717/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/221698-tri-information-dans-table-221717/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/221698-tri-information-dans-table/read.awp">tri d'information dans une table</source><title>Re: tri d'information dans une table</title></item><item><author>Cdm98</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/221698-tri-information-dans-table-221713/read.awp</comments><pubDate>5 Nov 2018 16:00:52 Z</pubDate><description>ben il passe trois fois à 10 non ? ça fait bien 30 ? tu dois avoir 3 lignes "Vacataire Titulaire"&#13;
&#13;
&#13;
mais de toute façon le co…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/221698-tri-information-dans-table-221713/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/221698-tri-information-dans-table-221713/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/221698-tri-information-dans-table/read.awp">tri d'information dans une table</source><title>Re: tri d'information dans une table</title></item><item><author>Ludovic LEMOING</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/221698-tri-information-dans-table-221711/read.awp</comments><pubDate>5 Nov 2018 15:48:03 Z</pubDate><description>c'est une deuxième table mais le principe sera le même &#13;
&#13;
pour tester ta procedure, j'ai supprimer tous ce qui concerne la tabl…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/221698-tri-information-dans-table-221711/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/221698-tri-information-dans-table-221711/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/221698-tri-information-dans-table/read.awp">tri d'information dans une table</source><title>Re: tri d'information dans une table</title></item><item><author>Cdm98</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/221698-tri-information-dans-table-221710/read.awp</comments><pubDate>5 Nov 2018 15:41:32 Z</pubDate><description>dis moi je viens de voir un truc : &#13;
TABLE_ensgene.COL_Heures_d_Enseignement_N+&#13;
TABLE_ensgene.COL_Heures_d_Enseignement_N_1+&#13;
T…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/221698-tri-information-dans-table-221710/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/221698-tri-information-dans-table-221710/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/221698-tri-information-dans-table/read.awp">tri d'information dans une table</source><title>Re: tri d'information dans une table</title></item><item><author>Ludovic LEMOING</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/221698-tri-information-dans-table-221708/read.awp</comments><pubDate>5 Nov 2018 15:31:19 Z</pubDate><description>je vais essayer &#13;
je reviens vers toi &#13;
merci</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/221698-tri-information-dans-table-221708/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/221698-tri-information-dans-table-221708/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/221698-tri-information-dans-table/read.awp">tri d'information dans une table</source><title>Re: tri d'information dans une table</title></item><item><author>Cdm98</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/221698-tri-information-dans-table-221706/read.awp</comments><pubDate>5 Nov 2018 15:23:55 Z</pubDate><description>bon je recommence .. ;j'avais fait grand texte et plantage..&#13;
bon.&#13;
&#13;
tu as une table liée à une requete, ce n'est donc pas remp…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/221698-tri-information-dans-table-221706/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/221698-tri-information-dans-table-221706/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/221698-tri-information-dans-table/read.awp">tri d'information dans une table</source><title>Re: tri d'information dans une table</title></item><item><author>Ludovic LEMOING</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/221698-tri-information-dans-table-221701/read.awp</comments><pubDate>5 Nov 2018 14:51:00 Z</pubDate><description>bonjour Cdm98 &#13;
&#13;
pour commencer merci pour ton aide&#13;
&#13;
j'ai modifier mon code selon tes recommandations mais ce n'est toujours …</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/221698-tri-information-dans-table-221701/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/221698-tri-information-dans-table-221701/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/221698-tri-information-dans-table/read.awp">tri d'information dans une table</source><title>Re: tri d'information dans une table</title></item><item><author>Cdm98</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/221698-tri-information-dans-table-221699/read.awp</comments><pubDate>5 Nov 2018 14:35:23 Z</pubDate><description>Bonjour&#13;
&#13;
déjà pour la lisibilité passe tous tes "si" en selon :&#13;
&#13;
Selon TABLE_ensgene.COL_Statutformateur&#13;
cas "Permanent Gre…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/221698-tri-information-dans-table-221699/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/221698-tri-information-dans-table-221699/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/221698-tri-information-dans-table/read.awp">tri d'information dans une table</source><title>Re: tri d'information dans une table</title></item></channel></rss>
