Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Using getfile() to select Word 97 document
Message
From
16/05/1999 17:08:43
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Using getfile() to select Word 97 document
Miscellaneous
Thread ID:
00219473
Message ID:
00219473
Views:
54
I am trying to select a Word document with getfile() and pass the selected filename to word. What am I doing wrong?

cDocName=getfile()

ox=createobject('word.document')
ox.application.documents.open(cDocName) => this line produces "Member documents does not evalutate to an object"

Also where is a good reference for Word automation from VFP 6?

Thanks in advance.
Next
Reply
Map
View

Click here to load this message in the networking platform