Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Open Word .doc ReadOnly
Message
 
To
23/07/2003 11:33:33
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00812796
Message ID:
00812919
Views:
12
In addition to Adam's note, you also may disable the save options in the commandbar, like:
with oWord.CommandBars("Menu Bar").Controls("File")
    FOR ia=1 TO .controls.count
	IF "Save"$.controls(ia).accname
	   .controls(ia).enabled=.f.
	ENDIF
    ENDFOR
endwith
You will need to enabled them back upon closing oWord.

>Row to Open a MS Word document read-only from VFP.Thanks.
Previous
Reply
Map
View

Click here to load this message in the networking platform