Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problems with Word automation
Message
From
27/01/2002 05:55:52
 
 
To
26/01/2002 12:23:30
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
00611079
Message ID:
00611222
Views:
24
I was not able to reproduce your problem, but I think this may occur if on the computer has been installed 97 (8.0) version of Word, which has been deleted (not uninstalled) but a new version of Word is installed after that and the registry can point to some file that is not existing.
Try the following code:
oWordApp = createobject ( "word.application" )
nWordVersion = oWordApp.Version && You can check this if you need to ensure that Word is version 8 or above.
Hope this helps
Zlatin Zlatev,
MCSD (VS6)

Make solutions, not programs!

Previous
Reply
Map
View

Click here to load this message in the networking platform