Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Save as a Word 97 document
Message
From
12/04/2000 14:11:00
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Title:
Save as a Word 97 document
Miscellaneous
Thread ID:
00358826
Message ID:
00358826
Views:
46
I can use the SaveAs() command to tell Word where and what to save a document as, but I don't know how to tell Word what format to save the document.

Here's what I have...

>oWord.ActiveDocument.SaveAs("54947.doc",0,.T.,"",.T.,"",.F.,.F.,.F.,.F.,.F.)

This was formatted from below which was created in the Word Macro Editor...
>.ActiveDocument.SaveAs FileName:="54947.doc", format:=wdFormatDocument, _LockComments:=False, Password:="", AddToRecentFiles:=True, WritePassword _:="", ReadOnlyRecommended:=False, EmbedTrueTypeFonts:=False,
>_SaveNativePictureFormat:=False, SaveFormsData:=False, SaveAsAOCELetter:= _False

So how do I tell Word to save my current doc in Word 97 format?

Thanks
Tom Welch
Next
Reply
Map
View

Click here to load this message in the networking platform