<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.fr.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>22 Jun 2019 12:45:48 Z</lastBuildDate><pubDate>21 Jun 2019 18:48:44 Z</pubDate><description>Bonjour, j'éprouve des difficultés avec la commande HMODIFIE et je ne sais vraiment pas pourquoi, c'est super simple et ca devrait fonctionner. Lorsque j'execute le programe pas à pas, les données avec HAJOUTE() fonctionnent mais celles avec HMODIFIE ne modifie pas dans la BD. Toutes les données à être écrites dans la base sont OK et je n'ai aucune erreur avec la BD.&#13;
&#13;
[code:wl]&#13;
DateDébutAgenda est Date 	= AgendaPosition(AGD_Disponibilité)&#13;
DateFinAgenda est Date 	= DateDébutAgenda + 6j&#13;
Date_A_Évaluer est une Date&#13;
&#13;
SI HExécuteRequête(REQ_TOT_HEURE_DISPO_PAR_EMPLOYÉ, hRequêteDéfaut,sNoEmployé,DateDébutAgenda,DateFinAgenda)=Vrai ALORS&#13;
		POUR TOUT REQ_TOT_HEURE_DISPO_PAR_EMPLOYÉ &#13;
			Date_A_Évaluer = REQ_TOT_HEURE_DISPO_PAR_EMPLOYÉ.DateAbsolue&#13;
			SI REQ_TOT_HEURE_DISPO_PAR_EMPLOYÉ.la_somme_Durée &lt;&gt; 0 ALORS&#13;
				&#13;
				Contact_NBR_HeureDispo_Par_Jour.DateDispo 			= Date_A_Évaluer&#13;
				Contact_NBR_HeureDispo_Par_Jour.NoEmploye 			= sNoEmployé&#13;
				Contact_NBR_HeureDispo_Par_Jour.TotalHeuresDispo		= REQ_TOT_HEURE_DISPO_PAR_EMPLOYÉ.la_somme_Durée&#13;
				SI HLitRecherche(Contact_NBR_HeureDispo_Par_Jour, DateDispo, Date_A_Évaluer) = Vrai ALORS&#13;
					HModifie(Contact_NBR_HeureDispo_Par_Jour)&#13;
				SINON&#13;
					HAjoute(Contact_NBR_HeureDispo_Par_Jour)&#13;
				FIN		&#13;
			FIN&#13;
		FIN&#13;
	FIN&#13;
HLibèreRequête(Contact_NBR_HeureDispo_Par_Jour)&#13;
&#13;
[/code]&#13;
&#13;
--&#13;
Jean Turcotte&#13;
WX 24&#13;
Android 8.0 sur Galaxy S8&#13;
Laptop Lenovo I7 12GB Ram</description><ttl>30</ttl><generator>WEBDEV</generator><language>fr_FR</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/231038-probleme-avec-hmodifie/read.awp</link><title>Problème avec HMODIFIE()</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster><item><author>Jean Turcotte</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/231038-probleme-avec-hmodifie-231051/read.awp</comments><pubDate>22 Jun 2019 12:45:48 Z</pubDate><description>Je m'étonne à chaque jour de constater la quantité de méthodes et de façon de coder un programme.&#13;
Merci à tous pour votre aide,…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/231038-probleme-avec-hmodifie-231051/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/231038-probleme-avec-hmodifie-231051/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/231038-probleme-avec-hmodifie/read.awp">Problème avec HMODIFIE()</source><title>Re: Problème avec HMODIFIE()</title></item><item><author>Philippe SB</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/231038-probleme-avec-hmodifie-231046/read.awp</comments><pubDate>22 Jun 2019 10:15:51 Z</pubDate><description>Bonjour,&#13;
&#13;
Il manque un "hidentique" au HLitRecherche(), ce qui peut renvoyer des enregistrements non désirés (recherche généri…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/231038-probleme-avec-hmodifie-231046/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/231038-probleme-avec-hmodifie-231046/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/231038-probleme-avec-hmodifie/read.awp">Problème avec HMODIFIE()</source><title>Re: Problème avec HMODIFIE()</title></item><item><author>midou23175</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/231038-probleme-avec-hmodifie-231042/read.awp</comments><pubDate>21 Jun 2019 23:10:15 Z</pubDate><description>Bonjour,&#13;
En enlevant les redondances, votre code deviendrait&#13;
&#13;
[code:wl]&#13;
SI HExécuteRequête(REQ_TOT_HEURE_DISPO_PAR_EMPLOYÉ, …</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/231038-probleme-avec-hmodifie-231042/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/231038-probleme-avec-hmodifie-231042/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/231038-probleme-avec-hmodifie/read.awp">Problème avec HMODIFIE()</source><title>Re: Problème avec HMODIFIE()</title></item><item><author>Voroltinquo</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/231038-probleme-avec-hmodifie-231041/read.awp</comments><pubDate>21 Jun 2019 22:21:43 Z</pubDate><description>Bonjour,&#13;
[code:wl]&#13;
SI HLitRecherche(Contact_NBR_HeureDispo_Par_Jour, DateDispo, Date_A_Évaluer) = Vrai ALORS&#13;
HModifie(Contact…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/231038-probleme-avec-hmodifie-231041/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/231038-probleme-avec-hmodifie-231041/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/231038-probleme-avec-hmodifie/read.awp">Problème avec HMODIFIE()</source><title>Re: Problème avec HMODIFIE()</title></item><item><author>Jean Turcotte</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/231038-probleme-avec-hmodifie-231039/read.awp</comments><pubDate>21 Jun 2019 20:03:34 Z</pubDate><description>J'ai finalement trouvé la solution en changeant la position de mon HLitRecherche, il semble que c'était lui qui causait mon erre…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/231038-probleme-avec-hmodifie-231039/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/231038-probleme-avec-hmodifie-231039/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/231038-probleme-avec-hmodifie/read.awp">Problème avec HMODIFIE()</source><title>Re: Problème avec HMODIFIE()</title></item></channel></rss>
