<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.fr.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>5 Apr 2019 04:43:03 Z</lastBuildDate><pubDate>6 Feb 2019 12:16:37 Z</pubDate><description>Bonjour à tous,&#13;
&#13;
OS : Windows 10 dernière mise à jour&#13;
Version Windev 23&#13;
&#13;
J'essaye de mettre en place des taches planifiées, mais sauvegarde impossible.&#13;
Compte administrateur.&#13;
&#13;
Voici mon code .&#13;
&#13;
// Initialisation des valeurs par défaut&#13;
PlanificateurRAZ()&#13;
&#13;
// Description de la tâche à ajouter&#13;
TâchePlanifiée.Application = chemin de mon application&#13;
TâchePlanifiée.RépertoireTravail = chemin de mon application&#13;
TâchePlanifiée.Utilisateur = ExtraitChaîne(SysEnvironnement("USERNAME"),2,"=")&#13;
TâchePlanifiée.MotDePasse = mot de passe du compte admin&#13;
TâchePlanifiée.Commentaire = Nom de la tache&#13;
TâchePlanifiée.SuppressionAutomatique = Faux&#13;
&#13;
TâchePlanifiée.DuréeMaximum=ChaîneVersDurée("0000100000",duréeMillième)&#13;
bRes=PlanificateurAjouteTâche(sNomTache) &lt;==== ECHEC		&#13;
SELON bRes&#13;
	CAS Vrai&#13;
		PlanificateurRAZ(planificateurRAZHoraire)&#13;
		HoraireTâchePlanifiée.Type = htQuotidien&#13;
		HoraireTâchePlanifiée.Heure = sHeure&#13;
		HoraireTâchePlanifiée.DateDébut = DateDuJour()&#13;
		PlanificateurAjouteHoraire(sNomTache)&#13;
FIN&#13;
&#13;
Avez vous le même soucis ?&#13;
Merci de vos retours et aide.&#13;
&#13;
Marc</description><ttl>30</ttl><generator>WEBDEV</generator><language>fr_FR</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/223816-wd23-impossible-sauvegarde-planificateurajoutetache/read.awp</link><title>[WD23] Impossible de sauvegarde PlanificateurAjouteTâche</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster></channel></rss>
