Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Class definition WORD
Message
De
28/04/2003 06:01:07
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Divers
Thread ID:
00782131
Message ID:
00782147
Vues:
13
>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform