<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.fr.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>13 Aug 2019 20:34:29 Z</lastBuildDate><pubDate>12 Aug 2019 18:29:18 Z</pubDate><description>Bonjour,&#13;
je souhaite ouvrir un fichier word (formulaire) pour remplir des signets, puis l'enregistrer avec un autre nom et avoir la possibilité de l'imprimer (au choix).&#13;
mais depuis l'ouverture, je bugues, car le fichier s'ouvre en lecture seule avec le message suivant :&#13;
https://hostimage.windev.io/images/Msgbox_0bb56fcdc61709835f6b2cd32e32a401.JPG&#13;
Voici mes premières lignes de code sur le bouton:&#13;
[code:wl]&#13;
// A REVOIR&#13;
MonDoc est une chaîne = "C:\Mes projets\Evasan973\Documents\Evasan.doc"&#13;
Word est un objet OLE "Word.application"&#13;
Word&gt;&gt;Visible = Faux &#13;
Word&gt;&gt;Documents&gt;&gt;Open(MonDoc) //Fichier Word &#13;
Word&gt;&gt;DisplayAlerts=Faux&#13;
SI Word&gt;&gt;ActiveDocument&gt;&gt;ProtecttionType=2 ALORS&#13;
	Word&gt;&gt;ActiveDocument&gt;&gt;unprotect("yvaneric")&#13;
FIN&#13;
Word&gt;&gt;ActiveDocument&gt;&gt;Bookmarks ("M1MED")&gt;&gt;Select &#13;
Word&gt;&gt;selection&gt;&gt;Typetext("JOSEPH Eric")&#13;
[/code]&#13;
&#13;
Pas la peine de m'envoyer vers l'aide de WD "Manipuler Word", je l'ai regardé ce n'est pas clair pour moi. (pas assé détailler)&#13;
Merci pour votre aide&#13;
E.B.</description><ttl>30</ttl><generator>WEBDEV</generator><language>fr_FR</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/232203-probleme-manipulation-word-avec-windev/read.awp</link><title>Problème de manipulation word avec windev</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster><item><author>eric.bossou</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/232203-probleme-manipulation-word-avec-windev-232235/read.awp</comments><pubDate>13 Aug 2019 20:34:29 Z</pubDate><description>Merci à tous, je vous tiens au courant de mes avancés dès que possible.&#13;
PS: j'ai la version WD20</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/232203-probleme-manipulation-word-avec-windev-232235/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/232203-probleme-manipulation-word-avec-windev-232235/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/232203-probleme-manipulation-word-avec-windev/read.awp">Problème de manipulation word avec windev</source><title>Re: Problème de manipulation word avec windev</title></item><item><author>Poncherello</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/232203-probleme-manipulation-word-avec-windev-232217/read.awp</comments><pubDate>13 Aug 2019 09:56:54 Z</pubDate><description>- Les liens OLE pour manipuler des doc / docx sont dépréciés par windows, il ne faut plus passer par là, migrer vers le composan…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/232203-probleme-manipulation-word-avec-windev-232217/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/232203-probleme-manipulation-word-avec-windev-232217/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/232203-probleme-manipulation-word-avec-windev/read.awp">Problème de manipulation word avec windev</source><title>Re: Problème de manipulation word avec windev</title></item><item><author>Voroltinquo</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/232203-probleme-manipulation-word-avec-windev-232213/read.awp</comments><pubDate>13 Aug 2019 07:43:59 Z</pubDate><description>Bonjour,&#13;
Il est possible que Word ait planté. Dans ce cas, le fichier (caché) ~$NomDoc.docx n'a pas été supprimé par l'applicat…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/232203-probleme-manipulation-word-avec-windev-232213/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/232203-probleme-manipulation-word-avec-windev-232213/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/232203-probleme-manipulation-word-avec-windev/read.awp">Problème de manipulation word avec windev</source><title>Re: Problème de manipulation word avec windev</title></item><item><author>Daryl</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/232203-probleme-manipulation-word-avec-windev-232210/read.awp</comments><pubDate>12 Aug 2019 23:26:00 Z</pubDate><description>Salut Eric,&#13;
&#13;
Quel version de Windev possèdes-tu ?&#13;
Si tu as une version 22 ou supérieur il y a les fonctions Docxxxx() qui gèr…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/232203-probleme-manipulation-word-avec-windev-232210/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/232203-probleme-manipulation-word-avec-windev-232210/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/232203-probleme-manipulation-word-avec-windev/read.awp">Problème de manipulation word avec windev</source><title>Re: Problème de manipulation word avec windev</title></item></channel></rss>
