Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
The Microsoft Word Document.Save() method acting up
Message
 
À
28/02/2001 12:15:20
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Divers
Thread ID:
00479346
Message ID:
00481065
Vues:
33
>Cetin, Thanks for your response.
>
>I would rather have the save dialogue box appear. I want the user to be able to save the file to an existing filename if they wish. This looks like a glitch in Word. Do you have any further advice? Thanks.

Use a VFP tool to get the filename (such as PutFile() or GetFile() ), then use SaveAs to set the proper filename. As in:
cMyFile = GetFile()
oDocument.SaveAs(cMyFile)
- della
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform