Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Open Word .doc ReadOnly
Message
 
À
23/07/2003 11:33:33
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00812796
Message ID:
00812919
Vues:
14
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.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform