<?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 Oct 2019 11:35:25 Z</lastBuildDate><pubDate>26 Oct 2019 00:56:54 Z</pubDate><description>Bonjour, &#13;
Je remplis mon agenda manuellement et donc, pas de liaison directe entre le champs agenda et la BD. J'ai configuré une option menu pour pouvoir effacer tout les RDV d'une semaine;&#13;
&#13;
https://hostimage.windev.io/images/Agenda_e741396cc19e7f9390baf789aa156d29.jpg&#13;
Voici mon code;&#13;
[code:wl]&#13;
tabRDV_Perso est un tableau de RendezVous&#13;
duDuréeRDV est une Durée&#13;
dDateDébut est une Date&#13;
dDateFin est une Date&#13;
SI AGD_Disponibilité.Mode() = agzMois ALORS&#13;
	dDateDébut = PremierJourDuMois(LIB_Mois)&#13;
	dDateFin = DernierJourDuMois(LIB_Mois)&#13;
SINON&#13;
	dDateDébut = AgendaPosition(AGD_Disponibilité,agDateDébut)&#13;
	dDateFin = AgendaPosition(AGD_Disponibilité,agDateFin)&#13;
FIN&#13;
tabRDV_Perso = AgendaListeRendezVous(AGD_Disponibilité,dDateDébut-1j,dDateFin)&#13;
&#13;
SI HExécuteRequête(REQ_RDV_PAR_PERSO, hRequêteDéfaut,SAI_Numero_Employé) = Vrai ALORS&#13;
	SI HLitPremier(REQ_RDV_PAR_PERSO) ALORS&#13;
		nQuantité est un entier = HNbEnr(REQ_RDV_PAR_PERSO)&#13;
		SI nQuantité &gt; 0 ALORS&#13;
			// Sélection de tous les RDV dont la date est comprise entre dateDébut et DateFin&#13;
			MaCléParcours est une chaîne&#13;
			MaCléParcours = HFiltre(REQ_RDV_PAR_PERSO, DateDebut, dDateDébut -1j, dDateFin)&#13;
			HLitPremier(REQ_RDV_PAR_PERSO, MaCléParcours)&#13;
			TANTQUE PAS HEnDehors()&#13;
				SI HLitRecherche(CONTACT_PERSO_DISPONIBILITE,ID_DISPONIBILITE,REQ_RDV_PAR_PERSO.ID_DISPONIBILITE) = Vrai ALORS&#13;
					HSupprime(CONTACT_PERSO_DISPONIBILITE)&#13;
				FIN&#13;
				HLitSuivant(REQ_RDV_PAR_PERSO, MaCléParcours)&#13;
			FIN&#13;
			// Désactive le filtre&#13;
			HDésactiveFiltre(REQ_RDV_PAR_PERSO)&#13;
		FIN&#13;
	FIN&#13;
FIN&#13;
[/code]&#13;
Ma variable tabRDV_Perso contient tous les RDV a supprimer mais je ne suis pas capable d'extirper leur Indice.&#13;
&#13;
Merci de m'aider.&#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/234046-comment-supprimer-plusieurs-rdv-agenda/read.awp</link><title>Comment supprimer plusieurs RDV d'un agenda</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/234046-comment-supprimer-plusieurs-rdv-agenda-234053/read.awp</comments><pubDate>26 Oct 2019 11:35:25 Z</pubDate><description>Un petit complément, avec un tableau de classe ou de structure, ce sera encore plus simple (via les fonctions FichierVersTableau…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/234046-comment-supprimer-plusieurs-rdv-agenda-234053/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/234046-comment-supprimer-plusieurs-rdv-agenda-234053/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/234046-comment-supprimer-plusieurs-rdv-agenda/read.awp">Comment supprimer plusieurs RDV d'un agenda</source><title>Re: Comment supprimer plusieurs RDV d'un agenda</title></item><item><author>Philippe SB</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/234046-comment-supprimer-plusieurs-rdv-agenda-234052/read.awp</comments><pubDate>26 Oct 2019 11:03:50 Z</pubDate><description>Bonjour,&#13;
&#13;
Base le champ agenda sur la variable de type tableau. A la suppression, tu supprimes en BDD et dans le tableau. Ensu…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/234046-comment-supprimer-plusieurs-rdv-agenda-234052/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/234046-comment-supprimer-plusieurs-rdv-agenda-234052/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/234046-comment-supprimer-plusieurs-rdv-agenda/read.awp">Comment supprimer plusieurs RDV d'un agenda</source><title>Re: Comment supprimer plusieurs RDV d'un agenda</title></item><item><author>Jean Turcotte</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/234046-comment-supprimer-plusieurs-rdv-agenda-234047/read.awp</comments><pubDate>26 Oct 2019 01:58:53 Z</pubDate><description>J'ai oublié de mentionner qu'avec mon code, j'efface les données de la BD mais je ne suis pas capable de rafraîchir l'agenda de …</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/234046-comment-supprimer-plusieurs-rdv-agenda-234047/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/234046-comment-supprimer-plusieurs-rdv-agenda-234047/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/234046-comment-supprimer-plusieurs-rdv-agenda/read.awp">Comment supprimer plusieurs RDV d'un agenda</source><title>Re: Comment supprimer plusieurs RDV d'un agenda</title></item></channel></rss>
