<?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 10:09:04 Z</lastBuildDate><pubDate>22 Oct 2019 15:16:26 Z</pubDate><description>Bonjour&#13;
&#13;
Sur un volet d'un champs Onglet, un champs table a été chargé avec des données et une mise en forme conditionnelle (affecte seulement couleur de fond) est faite par le code (chargement de données et mise en forme sur appui de bouton).&#13;
L'utilisateur peut modifier les données de cette table et ensuite "rafraichir" la mise en forme conditionnelle en cliquant sur un autre bouton. Voici le code ci-dessous affecté à cette mise en forme conditionnelle.&#13;
&#13;
Malheureusement rien ne se passe lors de l'appui sur ce bouton avec le code.&#13;
&#13;
Pouvez vous svp m'aider sur ce sujet?&#13;
&#13;
&#13;
// mise en forme conditionnelle&#13;
&#13;
TABLE_BOM_ERP.COL_1..CouleurFond=iTransparent&#13;
TABLE_BOM_ERP.COL_2..CouleurFond=iTransparent&#13;
TABLE_BOM_ERP.COL_3..CouleurFond=iTransparent&#13;
TABLE_BOM_ERP.COL_4..CouleurFond=iTransparent&#13;
TABLE_BOM_ERP.COL_5..CouleurFond=iTransparent&#13;
TABLE_BOM_ERP.COL_6..CouleurFond=iTransparent&#13;
TABLE_BOM_ERP.COL_7..CouleurFond=iTransparent&#13;
TABLE_BOM_ERP.COL_8..CouleurFond=iTransparent&#13;
TABLE_BOM_ERP.COL_9..CouleurFond=iTransparent&#13;
TABLE_BOM_ERP.COL_10..CouleurFond=iTransparent&#13;
TABLE_BOM_ERP.COL_11..CouleurFond=iTransparent&#13;
TABLE_BOM_ERP.COL_12..CouleurFond=iTransparent&#13;
TABLE_BOM_ERP.COL_13..CouleurFond=iTransparent&#13;
TABLE_BOM_ERP.COL_14..CouleurFond=iTransparent&#13;
TABLE_BOM_ERP.COL_15..CouleurFond=iTransparent&#13;
&#13;
POUR itableBOM = 1 À TableOccurrence(TABLE_BOM_ERP)&#13;
	&#13;
	SI Taille(TABLE_BOM_ERP.COL_7[itableBOM])&gt;30 ALORS&#13;
		TABLE_BOM_ERP.COL_7[itableBOM]..CouleurFond=OrangeClair&#13;
	FIN&#13;
	SI Taille(TABLE_BOM_ERP.COL_8[itableBOM])&gt;30 ALORS&#13;
		TABLE_BOM_ERP.COL_8[itableBOM]..CouleurFond=OrangeClair&#13;
	FIN&#13;
	SI Taille(TABLE_BOM_ERP.COL_9[itableBOM])&gt;30 ALORS&#13;
		TABLE_BOM_ERP.COL_9[itableBOM]..CouleurFond=OrangeClair&#13;
	FIN&#13;
	SI SansEspace(TABLE_BOM_ERP.COL_1[itableBOM])="" ALORS&#13;
		TABLE_BOM_ERP.COL_1[itableBOM]..CouleurFond=iRougeClair&#13;
	FIN&#13;
	SI SansEspace(TABLE_BOM_ERP.COL_2[itableBOM])="" ALORS&#13;
		TABLE_BOM_ERP.COL_2[itableBOM]..CouleurFond=iRougeClair&#13;
	FIN&#13;
	SI SansEspace(TABLE_BOM_ERP.COL_3[itableBOM])="" ALORS&#13;
		TABLE_BOM_ERP.COL_3[itableBOM]..CouleurFond=iRougeClair&#13;
	FIN&#13;
	SI SansEspace(TABLE_BOM_ERP.COL_4[itableBOM])="" ALORS&#13;
		TABLE_BOM_ERP.COL_4[itableBOM]..CouleurFond=iRougeClair&#13;
	FIN&#13;
	SI SansEspace(TABLE_BOM_ERP.COL_5[itableBOM])=0 ALORS&#13;
		TABLE_BOM_ERP.COL_5[itableBOM]..CouleurFond=iRougeClair&#13;
	FIN&#13;
	SI SansEspace(TABLE_BOM_ERP.COL_6[itableBOM])="" ALORS&#13;
		TABLE_BOM_ERP.COL_6[itableBOM]..CouleurFond=iRougeClair&#13;
	FIN&#13;
	SI SansEspace(TABLE_BOM_ERP.COL_10[itableBOM])="" ALORS&#13;
		TABLE_BOM_ERP.COL_10[itableBOM]..CouleurFond=iRougeClair&#13;
	FIN&#13;
	SI Droite(TABLE_BOM_ERP.COL_3[itableBOM],1)=SAI_Revision ALORS&#13;
		TABLE_BOM_ERP.COL_3[itableBOM]..CouleurFond=JauneClair&#13;
	FIN&#13;
FIN</description><ttl>30</ttl><generator>WEBDEV</generator><language>fr_FR</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/233943-mise-forme-conditionnelle-sur-champs-table-par-programmation/read.awp</link><title>Mise en forme conditionnelle sur champs table par programmation</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster><item><author>er</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/233943-mise-forme-conditionnelle-sur-champs-table-par-programmation-234320/read.awp</comments><pubDate>5 Nov 2019 10:09:04 Z</pubDate><description>Bonjour,&#13;
&#13;
Il faut mettre aussi le code a chaque sortie de Colonne pour les colonne en saisie exemple : &#13;
Sortie de TABLE_BOM_E…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/233943-mise-forme-conditionnelle-sur-champs-table-par-programmation-234320/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/233943-mise-forme-conditionnelle-sur-champs-table-par-programmation-234320/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/233943-mise-forme-conditionnelle-sur-champs-table-par-programmation/read.awp">Mise en forme conditionnelle sur champs table par programmation</source><title>Re: Mise en forme conditionnelle sur champs table par programmation</title></item><item><author>JVE</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/233943-mise-forme-conditionnelle-sur-champs-table-par-programmation-234285/read.awp</comments><pubDate>4 Nov 2019 16:12:53 Z</pubDate><description>Bonjour&#13;
Merci pour vos réponses.&#13;
Malheureusement je n'arrive pas à m'en sortir.&#13;
Les données sont insérées par rapport à d'aut…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/233943-mise-forme-conditionnelle-sur-champs-table-par-programmation-234285/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/233943-mise-forme-conditionnelle-sur-champs-table-par-programmation-234285/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/233943-mise-forme-conditionnelle-sur-champs-table-par-programmation/read.awp">Mise en forme conditionnelle sur champs table par programmation</source><title>Re: Mise en forme conditionnelle sur champs table par programmation</title></item><item><author>Samir BOUCHETIBAT</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/233943-mise-forme-conditionnelle-sur-champs-table-par-programmation-233961/read.awp</comments><pubDate>23 Oct 2019 10:45:53 Z</pubDate><description>Bonjour,&#13;
Comme l'explique Marret, dans le cas d'une table Fichier (basée sur un fichier/requête) l'affichage doit être adapté d…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/233943-mise-forme-conditionnelle-sur-champs-table-par-programmation-233961/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/233943-mise-forme-conditionnelle-sur-champs-table-par-programmation-233961/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/233943-mise-forme-conditionnelle-sur-champs-table-par-programmation/read.awp">Mise en forme conditionnelle sur champs table par programmation</source><title>Re: Mise en forme conditionnelle sur champs table par programmation</title></item><item><author>Thibault ROUX</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/233943-mise-forme-conditionnelle-sur-champs-table-par-programmation-233960/read.awp</comments><pubDate>23 Oct 2019 10:33:14 Z</pubDate><description>Bonjour,&#13;
&#13;
Comment sont insérées les données?&#13;
L'affichage dans un champ table avec modification ne va pas modifier le fichiers…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/233943-mise-forme-conditionnelle-sur-champs-table-par-programmation-233960/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/233943-mise-forme-conditionnelle-sur-champs-table-par-programmation-233960/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/233943-mise-forme-conditionnelle-sur-champs-table-par-programmation/read.awp">Mise en forme conditionnelle sur champs table par programmation</source><title>Re: Mise en forme conditionnelle sur champs table par programmation</title></item><item><author>Marret</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/233943-mise-forme-conditionnelle-sur-champs-table-par-programmation-233959/read.awp</comments><pubDate>23 Oct 2019 10:19:38 Z</pubDate><description>Bonjour JVE,&#13;
&#13;
As-tu penser à positionner ton code de mise en forme dans la partie "Affichage d'une ligne de table_bom_erp ? &#13;
…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/233943-mise-forme-conditionnelle-sur-champs-table-par-programmation-233959/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/233943-mise-forme-conditionnelle-sur-champs-table-par-programmation-233959/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/233943-mise-forme-conditionnelle-sur-champs-table-par-programmation/read.awp">Mise en forme conditionnelle sur champs table par programmation</source><title>Re: Mise en forme conditionnelle sur champs table par programmation</title></item><item><author>JVE</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/233943-mise-forme-conditionnelle-sur-champs-table-par-programmation-233956/read.awp</comments><pubDate>23 Oct 2019 09:28:02 Z</pubDate><description>Bonjour&#13;
Merci pour votre aide et vos réponses.&#13;
Ma fenêtre ressemble à :&#13;
https://hostimage.windev.io/images/Capture_c0090a2776…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/233943-mise-forme-conditionnelle-sur-champs-table-par-programmation-233956/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/233943-mise-forme-conditionnelle-sur-champs-table-par-programmation-233956/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/233943-mise-forme-conditionnelle-sur-champs-table-par-programmation/read.awp">Mise en forme conditionnelle sur champs table par programmation</source><title>Re: Mise en forme conditionnelle sur champs table par programmation</title></item><item><author>thibaultroux</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/233943-mise-forme-conditionnelle-sur-champs-table-par-programmation-233951/read.awp</comments><pubDate>22 Oct 2019 20:09:48 Z</pubDate><description>Bonsoir, &#13;
&#13;
J'utilise se type de code dans mets champs tables&#13;
&#13;
bien penser à cocher "charger en mémoire"&#13;
&#13;
https://hostimage…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/233943-mise-forme-conditionnelle-sur-champs-table-par-programmation-233951/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/233943-mise-forme-conditionnelle-sur-champs-table-par-programmation-233951/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/233943-mise-forme-conditionnelle-sur-champs-table-par-programmation/read.awp">Mise en forme conditionnelle sur champs table par programmation</source><title>Re: Mise en forme conditionnelle sur champs table par programmation</title></item><item><author>damien.monoyer</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/233943-mise-forme-conditionnelle-sur-champs-table-par-programmation-233949/read.awp</comments><pubDate>22 Oct 2019 17:22:23 Z</pubDate><description>Bonjour, &#13;
&#13;
As-tu controlé que tu rentre bien jusqu'au code de modification ??? &#13;
&#13;
Le TableSelect n'est pas obligatoire.&#13;
&#13;
TA…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/233943-mise-forme-conditionnelle-sur-champs-table-par-programmation-233949/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/233943-mise-forme-conditionnelle-sur-champs-table-par-programmation-233949/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/233943-mise-forme-conditionnelle-sur-champs-table-par-programmation/read.awp">Mise en forme conditionnelle sur champs table par programmation</source><title>Re: Mise en forme conditionnelle sur champs table par programmation</title></item><item><author>chrislablau</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/233943-mise-forme-conditionnelle-sur-champs-table-par-programmation-233947/read.awp</comments><pubDate>22 Oct 2019 16:00:29 Z</pubDate><description>Il manque un TableSelect</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/233943-mise-forme-conditionnelle-sur-champs-table-par-programmation-233947/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/233943-mise-forme-conditionnelle-sur-champs-table-par-programmation-233947/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/233943-mise-forme-conditionnelle-sur-champs-table-par-programmation/read.awp">Mise en forme conditionnelle sur champs table par programmation</source><title>Re: Mise en forme conditionnelle sur champs table par programmation</title></item><item><author>Kevin</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/233943-mise-forme-conditionnelle-sur-champs-table-par-programmation-233944/read.awp</comments><pubDate>22 Oct 2019 15:23:27 Z</pubDate><description>mets un point d'arrêt sur ton code et dit nous la partie qui fonctionne pas</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/233943-mise-forme-conditionnelle-sur-champs-table-par-programmation-233944/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/233943-mise-forme-conditionnelle-sur-champs-table-par-programmation-233944/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/233943-mise-forme-conditionnelle-sur-champs-table-par-programmation/read.awp">Mise en forme conditionnelle sur champs table par programmation</source><title>Re: Mise en forme conditionnelle sur champs table par programmation</title></item></channel></rss>
