<?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 Jun 2019 14:39:30 Z</lastBuildDate><pubDate>5 Jun 2019 10:50:16 Z</pubDate><description>Bonjour à tous, j'ai un souci au niveau de mon indirection.&#13;
&#13;
[code:wl]&#13;
&#13;
nIndice est un entier = 1&#13;
POUR TOUT LIGNE DE {snomZR,indChamp}&#13;
	{snomZR+"["+nIndice+"]."+sLien,indChamp}..PoliceGras=Faux&#13;
	SI nIndice=nIndicegras ALORS&#13;
	{snomZR+"["+nIndice+"]."+sLien,indChamp}..PoliceGras=Vrai&#13;
	FIN&#13;
	nIndice++&#13;
FIN&#13;
&#13;
[/code]&#13;
&#13;
Avec nindicegras un entier et snomZR et slien des chaines,  qui sont bien alimentées.&#13;
Ce code est censé me mettre en gras le libellé de ma zone répétée en cours et enlever le gras pour les autres, mais ça ne fonctionne pas.&#13;
&#13;
Quelqu'un pour m'aiguiller dans ma recherche ? j'ai déjà bien vérifié les syntaxes d'indirection , je ne vois pas ce qui cloche.</description><ttl>30</ttl><generator>WEBDEV</generator><language>fr_FR</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/230590-probleme-indirection/read.awp</link><title>Problème d'indirection</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster><item><author>Philippe SB</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/230590-probleme-indirection-230608/read.awp</comments><pubDate>5 Jun 2019 14:39:30 Z</pubDate><description>Bonjour,&#13;
&#13;
Dans ce cas, il est préférable d'utiliser des attributs. La boucle devient comme ceci:&#13;
[code:wl]&#13;
POUR TOUT LIGNE n…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/230590-probleme-indirection-230608/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/230590-probleme-indirection-230608/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/230590-probleme-indirection/read.awp">Problème d'indirection</source><title>Re: Problème d'indirection</title></item><item><author>pascal.berne</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/230590-probleme-indirection-230596/read.awp</comments><pubDate>5 Jun 2019 11:55:15 Z</pubDate><description>Bonjour,&#13;
&#13;
Je serai tenté d'écrire :&#13;
&#13;
[code:wl]&#13;
nIndice est un entier = 1&#13;
POUR TOUT LIGNE de {snomZR,indChamp}&#13;
{snomZR+"."…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/230590-probleme-indirection-230596/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/230590-probleme-indirection-230596/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/230590-probleme-indirection/read.awp">Problème d'indirection</source><title>Re: Problème d'indirection</title></item><item><author>jlamie</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/230590-probleme-indirection-230595/read.awp</comments><pubDate>5 Jun 2019 11:52:15 Z</pubDate><description>Bonjour,&#13;
&#13;
Peux tu essayer cela :&#13;
&#13;
[code:wl]&#13;
&#13;
POUR TOUTE LIGNE uneZR de snomZR SEPAREE PAR RC  // si RC est ton séparateur …</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/230590-probleme-indirection-230595/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/230590-probleme-indirection-230595/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/230590-probleme-indirection/read.awp">Problème d'indirection</source><title>Re: Problème d'indirection</title></item></channel></rss>
