Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Class definition WORD
Message
From
28/04/2003 06:01:07
 
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00782131
Message ID:
00782147
Views:
12
>HI all!
>I want to preview DOC documents in my application. During development in VFP everything is OK. When I create and run exe file, program encounters error 'Class definition WORD APPLICATION is not found' at command 'oDoc = Createobject("Word.Application")'
>
>Where the problem could be ?
>
>Thank you !

Stefan,

Perhaps SET OLEOBJECT is set to OFF. Maybe
SET OLEOBJECT ON
oDoc = CreateObject('Word.Application')
Gregory
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform