<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.fr.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>11 Aug 2020 10:41:33 Z</lastBuildDate><pubDate>11 Aug 2020 09:06:20 Z</pubDate><description>Bonjour. Je veux afficher les lignes d'un fichier hyperfile filtré sur une valeur d'une combo. Il m'affiche en décalage et en double et je pers la première ligne exemple :&#13;
14/08/2020 eau			au lieu de 01/08/2020 divers&#13;
08/07/2020 edf					14/08/2020 eau&#13;
08/07/2020 edf					08/07/2020&#13;
&#13;
Table_Résumé_Charges..FichierParcouru=""&#13;
CléParcours=HFiltre(Lignes_Charges,IDCharges,Combo_Résumé)&#13;
HLitPremier(Lignes_Charges,CléParcours)&#13;
&#13;
TANTQUE PAS HEnDehors(Lignes_Charges)&#13;
	CléRésumé=Lignes_Charges.IDMouvements&#13;
	HLitRecherchePremier(Mouvements,IDMouvements,CléRésumé)&#13;
	&#13;
	SI HTrouve() ALORS&#13;
		COL_Date=Mouvements.Date&#13;
		COL_Montant=Mouvements.Dépense&#13;
		COL_Nom=Mouvements.Libellé&#13;
		TableAjouteLigne(Table_Résumé_Charges,COL_Date,COL_Nom,COL_Montant)&#13;
	FIN&#13;
	HLitSuivant(Lignes_Charges,CléParcours)&#13;
FIN&#13;
	&#13;
Merci pour votre aide</description><ttl>30</ttl><generator>WEBDEV</generator><language>fr_FR</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/241759-probleme-affichage-table/read.awp</link><title>Problème affichage table</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster><item><author>Voroltinquo</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/241759-probleme-affichage-table-241769/read.awp</comments><pubDate>11 Aug 2020 10:41:33 Z</pubDate><description>Bonjour,&#13;
Il y a aussi la solution de remplir ta table via une requête paramétrée (REQ_RésuméCharge)&#13;
On doit être dans un extra…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/241759-probleme-affichage-table-241769/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/241759-probleme-affichage-table-241769/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/241759-probleme-affichage-table/read.awp">Problème affichage table</source><title>Re: Problème affichage table</title></item><item><author>hkoft</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/241759-probleme-affichage-table-241765/read.awp</comments><pubDate>11 Aug 2020 09:45:52 Z</pubDate><description>Bonjour,&#13;
&#13;
Je ferais comme cela :&#13;
&#13;
TableAjouteLigne(Table_Résumé_Charges,Mouvements.Date,Mouvements.Libellé,Mouvements.Dépens…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/241759-probleme-affichage-table-241765/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/241759-probleme-affichage-table-241765/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/241759-probleme-affichage-table/read.awp">Problème affichage table</source><title>Re: Problème affichage table</title></item></channel></rss>
