Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Trying to open a PowerPoint 2000 file
Message
From
23/01/2001 19:11:55
 
 
To
23/01/2001 17:16:39
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
00467631
Message ID:
00467686
Views:
9
>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
Previous
Reply
Map
View

Click here to load this message in the networking platform