<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.fr.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>21 Aug 2020 09:34:01 Z</lastBuildDate><pubDate>20 Aug 2020 15:30:39 Z</pubDate><description>Bonjour,&#13;
&#13;
Je suis assez Novice avec Windev.&#13;
&#13;
Alors j'ai fenêtre avec une table qui m'affiche le résultat d'une requête de sélection entre plusieurs fichier.&#13;
J'ai creer un bouton modifier qui me permettrait de mettre a jour les fichiers concerné dans la requête après validation de la fenêtre de modification.&#13;
&#13;
Le code de départ était le suivant : &#13;
[code:wl]&#13;
EcranversFichier()&#13;
HEnregistre(REQ_S)&#13;
[/code]&#13;
Après un tableAffiche les modifications sont visibles dans la table mais ne sont pas appliqué dans la bd.&#13;
Après recherche, il me suffisait de rajouter :&#13;
[code:wl]&#13;
HExécuteRequête(REQ_S, hModifieFichier)&#13;
[/code]&#13;
&#13;
Ce qui fonctionne... mais seulement a partir du deuxième essaie.&#13;
A chaque fois que lance l'application, la première modification que j'apporte à un enregistrement (peu importe lequel) n'ai pas appliqué seulement les modifications qui sont faites ensuite sont prise en compte.&#13;
&#13;
Je me suis dit que ça avait un rapport avec le rafraichissement de la table, mais après quelque test, j'ai trouvé que ce n'était pas le cas.&#13;
&#13;
J'ai aucune idée d'ou le problème peut venir, même après 3 jours de googling.&#13;
&#13;
S'il-vous-plait toutes Propositions/Solutions est la bienvenue.</description><ttl>30</ttl><generator>WEBDEV</generator><language>fr_FR</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/242002-hexecuterequete-ayant-aucun-effet-premiere-fois/read.awp</link><title>hExecuteRequete n'ayant aucun effet la première fois.</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster><item><author>GB</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/242002-hexecuterequete-ayant-aucun-effet-premiere-fois-242028/read.awp</comments><pubDate>21 Aug 2020 09:34:01 Z</pubDate><description>En lisant le code je me disais la meme chose</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/242002-hexecuterequete-ayant-aucun-effet-premiere-fois-242028/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/242002-hexecuterequete-ayant-aucun-effet-premiere-fois-242028/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/242002-hexecuterequete-ayant-aucun-effet-premiere-fois/read.awp">hExecuteRequete n'ayant aucun effet la première fois.</source><title>Re: hExecuteRequete n'ayant aucun effet la première fois.</title></item><item><author>Voroltinquo</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/242002-hexecuterequete-ayant-aucun-effet-premiere-fois-242024/read.awp</comments><pubDate>20 Aug 2020 23:44:28 Z</pubDate><description>Bonjour, le problème viens du fait que lors du premier enregistrement, la requête ne sait pas qu'elle est modifiable (tu lui dit…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/242002-hexecuterequete-ayant-aucun-effet-premiere-fois-242024/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/242002-hexecuterequete-ayant-aucun-effet-premiere-fois-242024/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/242002-hexecuterequete-ayant-aucun-effet-premiere-fois/read.awp">hExecuteRequete n'ayant aucun effet la première fois.</source><title>Re: hExecuteRequete n'ayant aucun effet la première fois.</title></item><item><author>idrissgouattaraoline</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/242002-hexecuterequete-ayant-aucun-effet-premiere-fois-242023/read.awp</comments><pubDate>20 Aug 2020 22:44:29 Z</pubDate><description>Je me positionne sur le bon enregistrement avec un tableSelect ?&#13;
&#13;
[code:wl]&#13;
SI tableSelect(TABLE_REQ_S)=-1 ALORS RETOUR&#13;
OUVR…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/242002-hexecuterequete-ayant-aucun-effet-premiere-fois-242023/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/242002-hexecuterequete-ayant-aucun-effet-premiere-fois-242023/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/242002-hexecuterequete-ayant-aucun-effet-premiere-fois/read.awp">hExecuteRequete n'ayant aucun effet la première fois.</source><title>Re: hExecuteRequete n'ayant aucun effet la première fois.</title></item><item><author>GB</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/242002-hexecuterequete-ayant-aucun-effet-premiere-fois-242022/read.awp</comments><pubDate>20 Aug 2020 22:38:07 Z</pubDate><description>Tu ne filtre pas la requete directement ?&#13;
Je te pose ces questions car l idée c est d aller au plus simple et au plus secure po…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/242002-hexecuterequete-ayant-aucun-effet-premiere-fois-242022/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/242002-hexecuterequete-ayant-aucun-effet-premiere-fois-242022/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/242002-hexecuterequete-ayant-aucun-effet-premiere-fois/read.awp">hExecuteRequete n'ayant aucun effet la première fois.</source><title>Re: hExecuteRequete n'ayant aucun effet la première fois.</title></item><item><author>idrissgouattaraoline</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/242002-hexecuterequete-ayant-aucun-effet-premiere-fois-242021/read.awp</comments><pubDate>20 Aug 2020 21:49:55 Z</pubDate><description>Je n'affiche qu'une petite partie des données de la requête dans la table.&#13;
J'ai intentionnellement désactivé  la possibilité de…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/242002-hexecuterequete-ayant-aucun-effet-premiere-fois-242021/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/242002-hexecuterequete-ayant-aucun-effet-premiere-fois-242021/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/242002-hexecuterequete-ayant-aucun-effet-premiere-fois/read.awp">hExecuteRequete n'ayant aucun effet la première fois.</source><title>Re: hExecuteRequete n'ayant aucun effet la première fois.</title></item><item><author>GB</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/242002-hexecuterequete-ayant-aucun-effet-premiere-fois-242020/read.awp</comments><pubDate>20 Aug 2020 20:47:07 Z</pubDate><description>Pourquoi passes tu par une fenetre pour faire les modifs ? Pourquoi ne pas les faire dans la table directement ?</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/242002-hexecuterequete-ayant-aucun-effet-premiere-fois-242020/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/242002-hexecuterequete-ayant-aucun-effet-premiere-fois-242020/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/242002-hexecuterequete-ayant-aucun-effet-premiere-fois/read.awp">hExecuteRequete n'ayant aucun effet la première fois.</source><title>Re: hExecuteRequete n'ayant aucun effet la première fois.</title></item><item><author>idrissgouattaraoline</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/242002-hexecuterequete-ayant-aucun-effet-premiere-fois-242011/read.awp</comments><pubDate>20 Aug 2020 16:51:21 Z</pubDate><description>Merci de la réponse.&#13;
&#13;
Cependant mon problème reste même.&#13;
Que ce soit :&#13;
[code:wl]&#13;
hExécuteRequête(REQ_S, hModifieFichier)&#13;
[…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/242002-hexecuterequete-ayant-aucun-effet-premiere-fois-242011/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/242002-hexecuterequete-ayant-aucun-effet-premiere-fois-242011/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/242002-hexecuterequete-ayant-aucun-effet-premiere-fois/read.awp">hExecuteRequete n'ayant aucun effet la première fois.</source><title>Re: hExecuteRequete n'ayant aucun effet la première fois.</title></item><item><author>idrissgouattaraoline</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/242002-hexecuterequete-ayant-aucun-effet-premiere-fois-242010/read.awp</comments><pubDate>20 Aug 2020 16:41:31 Z</pubDate><description>Merci de la réponse.&#13;
&#13;
Cependant mon problème reste même.&#13;
Que ce soit :&#13;
[code:wl]&#13;
hExécuteRequête(REQ_S, hModifieFichier)&#13;
[…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/242002-hexecuterequete-ayant-aucun-effet-premiere-fois-242010/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/242002-hexecuterequete-ayant-aucun-effet-premiere-fois-242010/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/242002-hexecuterequete-ayant-aucun-effet-premiere-fois/read.awp">hExecuteRequete n'ayant aucun effet la première fois.</source><title>Re: hExecuteRequete n'ayant aucun effet la première fois.</title></item><item><author>GB</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/242002-hexecuterequete-ayant-aucun-effet-premiere-fois-242007/read.awp</comments><pubDate>20 Aug 2020 16:20:25 Z</pubDate><description>Bonjour,&#13;
&#13;
&#13;
En effet il doit manquer quelque chose.&#13;
&#13;
De mémoire il faut créer un requête avec la constant havecfiltre (qui t…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/242002-hexecuterequete-ayant-aucun-effet-premiere-fois-242007/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/242002-hexecuterequete-ayant-aucun-effet-premiere-fois-242007/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/242002-hexecuterequete-ayant-aucun-effet-premiere-fois/read.awp">hExecuteRequete n'ayant aucun effet la première fois.</source><title>Re: hExecuteRequete n'ayant aucun effet la première fois.</title></item></channel></rss>
