<?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 2019 16:40:17 Z</lastBuildDate><pubDate>30 Oct 2019 13:55:27 Z</pubDate><description>Voici mon bout de code;&#13;
[code:wl]&#13;
			...&#13;
			CAS 2&#13;
				POUR i = 4 À 9&#13;
					TABLE_PlanifHebdo[nMaLigne][i]..PoliceBarrée = Faux&#13;
				FIN&#13;
				TABLE_PlanifHebdo[nMaLigne]..Etat = Actif&#13;
				TABLE_PlanifHebdo[nMaLigne][3] = Faux&#13;
				PÉRIODICITÉ_DÉTAILS.Réalisé = Faux&#13;
				MAJ_BD&#13;
			AUTRE CAS&#13;
		FIN&#13;
	SINON&#13;
		POUR i = 4 À 9&#13;
			TABLE_PlanifHebdo[nMaLigne][i]..PoliceBarrée = Vrai&#13;
		FIN&#13;
		TABLE_PlanifHebdo[nMaLigne]..Etat = AffichageSeulement&#13;
		TABLE_PlanifHebdo[nMaLigne][3] = Vrai&#13;
		PÉRIODICITÉ_DÉTAILS.Réalisé = Vrai&#13;
		MAJ_BD&#13;
	FIN&#13;
[/code]&#13;
Lorsque je teste le code, les lignes 'TABLE_PlanifHebdo[nMaLigne]..Etat = AffichageSeulement' me donne 1 et 'TABLE_PlanifHebdo[nMaLigne]..Etat = Actif' me donne aussi 1, ce qui rend mon code inutilisable.&#13;
&#13;
Quelqu'un sait pourquoi?&#13;
Merci !&#13;
&#13;
--&#13;
Jean Turcotte&#13;
WX 24&#13;
Android 8.0 sur Galaxy S8&#13;
Laptop Lenovo I7 12GB Ram</description><ttl>30</ttl><generator>WEBDEV</generator><language>fr_FR</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/234170-changement-etat-ligne-table/read.awp</link><title>Changement d'état d'une ligne de Table</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster><item><author>dodoprog</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/234170-changement-etat-ligne-table-234350/read.awp</comments><pubDate>5 Nov 2019 16:40:17 Z</pubDate><description>Bonjour,&#13;
 &#13;
Voici les différents états possibles pour une ligne de table :&#13;
&#13;
actif = 0&#13;
grisé = 4&#13;
AffichageSansSélection = 5&#13;…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/234170-changement-etat-ligne-table-234350/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/234170-changement-etat-ligne-table-234350/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/234170-changement-etat-ligne-table/read.awp">Changement d'état d'une ligne de Table</source><title>Re: Changement d'état d'une ligne de Table</title></item></channel></rss>
