Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
OLE Auto to Words?
Message
From
01/07/1998 03:21:53
 
 
To
30/06/1998 22:36:34
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00113235
Message ID:
00113267
Views:
42
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.
---------
Previous
Reply
Map
View

Click here to load this message in the networking platform