Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
OLE Auto to Words?
Message
De
01/07/1998 03:21:53
 
 
À
30/06/1998 22:36:34
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00113235
Message ID:
00113267
Vues:
41
Using word.application you have all the objects and commands in word. Menu: tools, macros, visual basic editor, then press 'f2' and there you have all.

To open and create new document:

obj_word = createobject("word.application")

obj_word.documents.open("yourfilename", .f., .f., , "yourpassword")

obj_word.documents.add("yourtemplate")
Saludos,
A.G.P.
---------
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform