Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
The Microsoft Word Document.Save() method acting up
Message
 
 
To
28/02/2001 12:15:20
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
00479346
Message ID:
00481065
Views:
34
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform