<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.fr.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>6 Nov 2018 17:48:38 Z</lastBuildDate><pubDate>5 Nov 2018 16:05:16 Z</pubDate><description>Comment sauvegarder un fichier Word .doc en .docx en utilisant "objet Automation" ?&#13;
&#13;
&#13;
[code:wl]&#13;
Word est un objet Automation dynamique&#13;
Word = allouer un objet Automation "word.Application"&#13;
Word&gt;&gt;Visible = Faux &#13;
&#13;
CheminModele = "c:\MonFichier.doc"&#13;
Word&gt;&gt;Documents&gt;&gt;Open(CheminModele)&#13;
&#13;
// Peut être une solution:&#13;
// Comment placer : FileFormat:=wdFormatDocument ?&#13;
&#13;
CheminDestination = "c:\MonFichier.docx"&#13;
Word&gt;&gt;ActiveDocument&gt;&gt;SaveAs(CheminDestination,0)&#13;
&#13;
Word&gt;&gt;ActiveDocument&gt;&gt;Close&#13;
Word&gt;&gt;quit&#13;
[/code]&#13;
&#13;
--&#13;
Synchronize Systems International LTD&#13;
Développement d'outils de gestion&#13;
&#13;
Environnements	AS400 – Windows&#13;
Langages	                 GAP III – CL – Visual Basic - Visual Adélia  - Adélia - Windev&#13;
http://www.cashpower.fr/&#13;
&#13;
Bangkok / Pattaya</description><ttl>30</ttl><generator>WEBDEV</generator><language>fr_FR</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/221714-objet-automation-word-application/read.awp</link><title>objet Automation "word.Application"</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster><item><author>Jurassic Pork</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/221714-objet-automation-word-application-221754/read.awp</comments><pubDate>6 Nov 2018 17:48:38 Z</pubDate><description>hello,&#13;
désolé mais je suis resté à la version jurassique de windev N° 16 donc je ne connais pas le champ Traitement de texte.&#13;
…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/221714-objet-automation-word-application-221754/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/221714-objet-automation-word-application-221754/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/221714-objet-automation-word-application/read.awp">objet Automation "word.Application"</source><title>Re: objet Automation "word.Application"</title></item><item><author>Jean-Michel</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/221714-objet-automation-word-application-221728/read.awp</comments><pubDate>6 Nov 2018 07:27:05 Z</pubDate><description>Salut Jurassic !! &#13;
Comment va, plaisir de te lire.&#13;
&#13;
J'ai trouvé apres ici : https://docs.microsoft.com/en-us/office/vba/api/w…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/221714-objet-automation-word-application-221728/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/221714-objet-automation-word-application-221728/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/221714-objet-automation-word-application/read.awp">objet Automation "word.Application"</source><title>Re: objet Automation "word.Application"</title></item><item><author>Jurassic Pork</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/221714-objet-automation-word-application-221726/read.awp</comments><pubDate>6 Nov 2018 00:16:06 Z</pubDate><description>hello,&#13;
c'est le deuxième paramètre du  SaveAs qui te donne le format de sauvegarde (wdSaveFormat) : &#13;
[code:text]&#13;
wdFormatDocu…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/221714-objet-automation-word-application-221726/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/221714-objet-automation-word-application-221726/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/221714-objet-automation-word-application/read.awp">objet Automation "word.Application"</source><title>Re: objet Automation "word.Application"</title></item></channel></rss>
