<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.fr.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>24 Dec 2018 09:20:21 Z</lastBuildDate><pubDate>20 Dec 2018 18:38:55 Z</pubDate><description>Bonjour&#13;
&#13;
comment connaitre l'indice d'un tableau de structure lorsque je fais un &#13;
pour tout element ?&#13;
&#13;
POUR TOUT ELEMENT x2 DE TbRelationDetail&#13;
SI x2.bt5=1 ET x2.allready=0	ALORS&#13;
	nb6++&#13;
	tb6[nb6]=x2.act_id&#13;
	x2.allready=1&#13;
	FIN&#13;
	SI nb6&gt;=6 ALORS SORTIR&#13;
FIN&#13;
&#13;
en fait j'ai besoin de flagguer mon occurrence de tableau &#13;
(x2.allready=1)&#13;
autant dire que là avec ce code cela ne le fait pas ! TBRelationDetail &#13;
n'est pas touché, c'est juste la structure x2&#13;
&#13;
donc avec l'indice, je pourrais le mettre à jour.&#13;
&#13;
&#13;
là je vais partir sur un&#13;
&#13;
			imax=TbRelationDetail..Occurrence&#13;
			POUR nInd=1 A imax&#13;
				SI TbRelationDetail[nInd].bt2=1 ALORS&#13;
&#13;
&#13;
mais c'est moins pratique.&#13;
&#13;
&#13;
Merci de vos réponses&#13;
&#13;
-- &#13;
Roumegou Eric&#13;
&#13;
---&#13;
Cet email a fait l'objet d'une analyse antivirus par AVG.&#13;
http://www.avg.com</description><ttl>30</ttl><generator>WEBDEV</generator><language>fr_FR</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/222849-pour-tout-sur-tableau-structure/read.awp</link><title>POUR TOUT sur un tableau de structure</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster><item><author>roumegou</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/222849-pour-tout-sur-tableau-structure-222907/read.awp</comments><pubDate>24 Dec 2018 09:20:21 Z</pubDate><description>philippe gracia a formulé ce vendredi :&#13;
&gt; Le 21/12/2018 à 10:02, Roumegou Eric a écrit :&#13;
&gt;&gt; Arnaud a utilisé son clavier pour …</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/222849-pour-tout-sur-tableau-structure-222907/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/222849-pour-tout-sur-tableau-structure-222907/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/222849-pour-tout-sur-tableau-structure/read.awp">POUR TOUT sur un tableau de structure</source><title>Re: POUR TOUT sur un tableau de structure</title></item><item><author>phig</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/222849-pour-tout-sur-tableau-structure-222878/read.awp</comments><pubDate>21 Dec 2018 15:13:31 Z</pubDate><description>Le 21/12/2018 à 10:02, Roumegou Eric a écrit :&#13;
&gt; Arnaud a utilisé son clavier pour écrire :&#13;
&gt;&gt; Bonjour,&#13;
&gt;&gt;&#13;
&gt;&gt; [code:wl]&#13;
&gt;&gt; …</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/222849-pour-tout-sur-tableau-structure-222878/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/222849-pour-tout-sur-tableau-structure-222878/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/222849-pour-tout-sur-tableau-structure/read.awp">POUR TOUT sur un tableau de structure</source><title>Re: POUR TOUT sur un tableau de structure</title></item><item><author>roumegou</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/222849-pour-tout-sur-tableau-structure-222864/read.awp</comments><pubDate>21 Dec 2018 11:02:37 Z</pubDate><description>Arnaud a utilisé son clavier pour écrire :&#13;
&gt; Bonjour,&#13;
&gt;&#13;
&gt; [code:wl]&#13;
&gt; POUR TOUT x2, lIndice DE TbRelationDetail&#13;
&gt;         /…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/222849-pour-tout-sur-tableau-structure-222864/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/222849-pour-tout-sur-tableau-structure-222864/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/222849-pour-tout-sur-tableau-structure/read.awp">POUR TOUT sur un tableau de structure</source><title>Re: POUR TOUT sur un tableau de structure</title></item><item><author>Arnaud</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/222849-pour-tout-sur-tableau-structure-222855/read.awp</comments><pubDate>21 Dec 2018 09:37:35 Z</pubDate><description>Bonjour,&#13;
&#13;
[code:wl]&#13;
POUR TOUT x2, lIndice DE TbRelationDetail&#13;
        //lIndice est l'indice de x2 dans TbRelationDetail&#13;
  …</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/222849-pour-tout-sur-tableau-structure-222855/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/222849-pour-tout-sur-tableau-structure-222855/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/222849-pour-tout-sur-tableau-structure/read.awp">POUR TOUT sur un tableau de structure</source><title>Re: POUR TOUT sur un tableau de structure</title></item></channel></rss>
