<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.fr.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>26 Sep 2019 10:28:32 Z</lastBuildDate><pubDate>25 Sep 2019 10:35:20 Z</pubDate><description>Bonjour , &#13;
&#13;
Je possède le code suivant :&#13;
&#13;
[code:wl]&#13;
HLitRechercheDernier(HISTO_PILE_AUTOMATE_TISSAGE,IDHISTO_PILE_AUTOMATE_TISSAGE,DateSys())&#13;
			&#13;
			SI HTrouve ALORS // trouve&#13;
				SI HISTO_PILE_AUTOMATE_TISSAGE.DATE_HEURE_MAJ=DateSys() ALORS  // égal a la valeur trouvé&#13;
					RETOUR&#13;
				SINON  // différente de la précédant &#13;
					HRAZ(HISTO_PILE_AUTOMATE_TISSAGE)&#13;
					HISTO_PILE_AUTOMATE_TISSAGE.DATE_HEURE_MAJ=DateSys()&#13;
					HISTO_PILE_AUTOMATE_TISSAGE.ETAT_PILE=sReponseautomate[[1]]&#13;
					HAjoute(HISTO_PILE_AUTOMATE_TISSAGE)&#13;
					&#13;
				FIN&#13;
&#13;
				&#13;
			SINON   //premier ajout dans la base &#13;
				HRAZ(HISTO_PILE_AUTOMATE_TISSAGE)&#13;
				HISTO_PILE_AUTOMATE_TISSAGE.DATE_HEURE_MAJ=DateSys()&#13;
				HISTO_PILE_AUTOMATE_TISSAGE.ETAT_PILE=sReponseautomate[[1]]&#13;
				&#13;
&#13;
				HAjoute(HISTO_PILE_AUTOMATE_TISSAGE)&#13;
				&#13;
			FIN&#13;
[/code]&#13;
&#13;
Mais on vient de m'informer qu'il ne peut fonctionné car mon fichier HISTO_PILE_AUTOMATE_TISSAGE.DATE_HEURE_MAJ&#13;
n'est pas indexé .&#13;
Mon but est de faire un enregistrement par jour si la date = a la datesys on fait rien ,si elle est différente on ajoute a la BDD&#13;
&#13;
Avec vous une idée de fonction que je peux utilisé pour faire ma recherche sur un fichier non indexé ?&#13;
&#13;
Merci de votre attention&#13;
Cordialement M.P</description><ttl>30</ttl><generator>WEBDEV</generator><language>fr_FR</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/233136-recherche-fichier-non-indexe/read.awp</link><title>recherche de fichier non indexé</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster><item><author>Maxime</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/233136-recherche-fichier-non-indexe-233196/read.awp</comments><pubDate>26 Sep 2019 10:28:32 Z</pubDate><description>effectivement je compare deux dates mais sa marche. &#13;
j'ai l'impression mon service est buggé .&#13;
&#13;
Merci de votre aide&#13;
Cordiale…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/233136-recherche-fichier-non-indexe-233196/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/233136-recherche-fichier-non-indexe-233196/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/233136-recherche-fichier-non-indexe/read.awp">recherche de fichier non indexé</source><title>Re: recherche de fichier non indexé</title></item><item><author>Voroltinquo</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/233136-recherche-fichier-non-indexe-233192/read.awp</comments><pubDate>26 Sep 2019 10:14:38 Z</pubDate><description>A priori, tu fais la comparaison avec un champ dateheure.&#13;
Il faudrait éventuellement voir avec une plage horaire.&#13;
Il faudrait …</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/233136-recherche-fichier-non-indexe-233192/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/233136-recherche-fichier-non-indexe-233192/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/233136-recherche-fichier-non-indexe/read.awp">recherche de fichier non indexé</source><title>Re: recherche de fichier non indexé</title></item><item><author>Maxime</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/233136-recherche-fichier-non-indexe-233181/read.awp</comments><pubDate>26 Sep 2019 09:28:06 Z</pubDate><description>j'ai fais la modifie suivante : &#13;
&#13;
[code:wl]&#13;
HLitRechercheDernier(HISTO_PILE_AUTOMATE_TISSAGE,DATE_HEURE_MAJ,DateSys())&#13;
			&#13;
…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/233136-recherche-fichier-non-indexe-233181/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/233136-recherche-fichier-non-indexe-233181/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/233136-recherche-fichier-non-indexe/read.awp">recherche de fichier non indexé</source><title>Re: recherche de fichier non indexé</title></item><item><author>Voroltinquo</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/233136-recherche-fichier-non-indexe-233172/read.awp</comments><pubDate>26 Sep 2019 08:13:04 Z</pubDate><description>Il suffit alors de faire la recherche sur la date et non sur la PK&#13;
&#13;
--&#13;
Il y a peut être plus simple, mais, ça tourne</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/233136-recherche-fichier-non-indexe-233172/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/233136-recherche-fichier-non-indexe-233172/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/233136-recherche-fichier-non-indexe/read.awp">recherche de fichier non indexé</source><title>Re: recherche de fichier non indexé</title></item><item><author>Maxime</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/233136-recherche-fichier-non-indexe-233148/read.awp</comments><pubDate>25 Sep 2019 14:49:07 Z</pubDate><description>a vrai dire je suis perdu c'est pour ca que je viens ici&#13;
&#13;
Pour résumé le but est de comparé ma date de mon fichier histo_date …</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/233136-recherche-fichier-non-indexe-233148/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/233136-recherche-fichier-non-indexe-233148/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/233136-recherche-fichier-non-indexe/read.awp">recherche de fichier non indexé</source><title>Re: recherche de fichier non indexé</title></item><item><author>Voroltinquo</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/233136-recherche-fichier-non-indexe-233147/read.awp</comments><pubDate>25 Sep 2019 14:27:14 Z</pubDate><description>Bonjour,&#13;
Il suffit de l'indexer en  passant DATE_HEURE_MAJ en clé avec doublon.&#13;
Qui plus est, même si HISTO_PILE_AUTOMATE_TISS…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/233136-recherche-fichier-non-indexe-233147/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/233136-recherche-fichier-non-indexe-233147/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/233136-recherche-fichier-non-indexe/read.awp">recherche de fichier non indexé</source><title>Re: recherche de fichier non indexé</title></item><item><author>François C.</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/233136-recherche-fichier-non-indexe-233146/read.awp</comments><pubDate>25 Sep 2019 14:23:25 Z</pubDate><description>A mon avis de toute facon a un soucis :&#13;
&#13;
HLitRechercheDernier(HISTO_PILE_AUTOMATE_TISSAGE,IDHISTO_PILE_AUTOMATE_TISSAGE,DateSy…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/233136-recherche-fichier-non-indexe-233146/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/233136-recherche-fichier-non-indexe-233146/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/233136-recherche-fichier-non-indexe/read.awp">recherche de fichier non indexé</source><title>Re: recherche de fichier non indexé</title></item><item><author>Maxime</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/233136-recherche-fichier-non-indexe-233143/read.awp</comments><pubDate>25 Sep 2019 13:51:55 Z</pubDate><description>Mon patron m'a dit que ca marchais pas et que c'etait pas la bonne fonction pour parcourir un fichier non indexé&#13;
&#13;
A savoir c'e…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/233136-recherche-fichier-non-indexe-233143/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/233136-recherche-fichier-non-indexe-233143/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/233136-recherche-fichier-non-indexe/read.awp">recherche de fichier non indexé</source><title>Re: recherche de fichier non indexé</title></item><item><author>sassi.yasser</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/233136-recherche-fichier-non-indexe-233137/read.awp</comments><pubDate>25 Sep 2019 10:41:53 Z</pubDate><description>qui t'as dit qu'il va pas fonctionner ? t'as essayé ? &#13;
ce n'est pas ça le rôle des index&#13;
&#13;
à ta place je passe par des roquett…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/233136-recherche-fichier-non-indexe-233137/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/233136-recherche-fichier-non-indexe-233137/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/233136-recherche-fichier-non-indexe/read.awp">recherche de fichier non indexé</source><title>Re: recherche de fichier non indexé</title></item></channel></rss>
