Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Trying to open a PowerPoint 2000 file
Message
De
23/01/2001 19:11:55
 
 
À
23/01/2001 17:16:39
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Divers
Thread ID:
00467631
Message ID:
00467686
Vues:
10
>I can't seem to open a PowerPoint 2000 file via automation.
>
>The expected commands:
>
>oPPT=CREATEOBJECT('PowerPoint.Application')
>oPPT.Presentations.Open("filename.ppt")
>
>result in this error message: ...the PowerPoint frame window does not exist....
>
>I have been searching and have found no reference that helps me. Does anyone know how to do this simple task?
>
>Many thanks,
>
>Mike
.Open has been changed since prev. version.
I use:
oPPT.Presentations.Open("filename.ppt", , , .F.)
Mark
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform