<?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 Sep 2019 16:30:31 Z</lastBuildDate><pubDate>24 Sep 2019 16:03:51 Z</pubDate><description>Bonjour&#13;
&#13;
Je souhaiterais une fois une table remplie par programmation "re-trier" certaines lignes (les remettre à la fin de la table suivant un critère).&#13;
Je débute sur Windev et ne vois pas comment m'y prendre.&#13;
&#13;
Code pour le remplissage de la table.&#13;
&#13;
POUR itableBOM=1 À TableOccurrence(TABLE_BOM_ORIGINE)&#13;
			TableAjouteLigne(TABLE_BOM_ERP)&#13;
			&#13;
			// colonne NAF	COL_1&#13;
				TABLE_BOM_ERP[itableBOM].COL_1 = sNumeroaffaire&#13;
&#13;
                       // colonne Rang OOL_2	&#13;
				  TABLE_BOM_ERP[itableBOM].COL_2 = 1&#13;
			&#13;
			// colonne Repère COL_3&#13;
			&#13;
			SI TABLE_BOM_ORIGINE[itableBOM].COL_1&lt;&gt;"" ALORS&#13;
				TABLE_BOM_ERP[itableBOM].COL_3 = TABLE_BOM_ORIGINE[itableBOM].COL_2+SAI_Revision	&#13;
				SINON&#13;
				TABLE_BOM_ERP[itableBOM].COL_3 = TABLE_BOM_ORIGINE[itableBOM].COL_2&#13;
				&#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/233115-comment-trier-changer-ordre-lignes-table-fois-remplie/read.awp</link><title>Comment trier (changer l'ordre) des lignes d'une table une fois remplie par programmation?</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster><item><author>alexion</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/233115-comment-trier-changer-ordre-lignes-table-fois-remplie-233121/read.awp</comments><pubDate>24 Sep 2019 16:30:31 Z</pubDate><description>sinon, rien ne t'empêche d'y aller à la barbare et de faire une double boucle dans ta table en inversant les numéros de ligne se…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/233115-comment-trier-changer-ordre-lignes-table-fois-remplie-233121/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/233115-comment-trier-changer-ordre-lignes-table-fois-remplie-233121/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/233115-comment-trier-changer-ordre-lignes-table-fois-remplie/read.awp">Comment trier (changer l'ordre) des lignes d'une table une fois remplie par programmation?</source><title>Re: Comment trier (changer l'ordre) des lignes d'une table une fois remplie par programmation?</title></item><item><author>Pascal FERRACCI</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/233115-comment-trier-changer-ordre-lignes-table-fois-remplie-233120/read.awp</comments><pubDate>24 Sep 2019 16:22:31 Z</pubDate><description>Voir l'instruction TableTrie</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/233115-comment-trier-changer-ordre-lignes-table-fois-remplie-233120/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/233115-comment-trier-changer-ordre-lignes-table-fois-remplie-233120/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/233115-comment-trier-changer-ordre-lignes-table-fois-remplie/read.awp">Comment trier (changer l'ordre) des lignes d'une table une fois remplie par programmation?</source><title>Re: Comment trier (changer l'ordre) des lignes d'une table une fois remplie par programmation?</title></item><item><author>alexion</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/233115-comment-trier-changer-ordre-lignes-table-fois-remplie-233118/read.awp</comments><pubDate>24 Sep 2019 16:14:12 Z</pubDate><description>tu remplis ton tableau par programmation ou par lecture d'un fichier ?&#13;
&#13;
Si c'est la seconde situation, ne serait-ce pas plus s…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/233115-comment-trier-changer-ordre-lignes-table-fois-remplie-233118/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/233115-comment-trier-changer-ordre-lignes-table-fois-remplie-233118/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/233115-comment-trier-changer-ordre-lignes-table-fois-remplie/read.awp">Comment trier (changer l'ordre) des lignes d'une table une fois remplie par programmation?</source><title>Re: Comment trier (changer l'ordre) des lignes d'une table une fois remplie par programmation?</title></item></channel></rss>
