Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFP5 and MS Word 97
Message
 
To
09/11/2001 03:10:21
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00579533
Message ID:
00579535
Views:
24
Hi!
PasswordDocument = "123"
oWord = CreateObject("Word.Application")
With oWord
	.Documents.Open("e:\doc1",,,,PasswordDocument)
	.Visible = .T.
EndWith
>How can you open a Protected MS Word document from VFP5 ?
Previous
Reply
Map
View

Click here to load this message in the networking platform