Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
PowerPoint
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Titre:
Divers
Thread ID:
00312038
Message ID:
00312944
Vues:
17
>Mark,
>
>I've found it.
>
>from the VBA help:
>
>Syntax
>
>expression.Open(FileName, ReadOnly, Untitled, WithWindow)
>
>expression Required. An expression that returns a Presentations collection.
>
>FileName Required String. The name of the file to open
>
>ReadOnly Optional Long. True to open the file with read-only status. If this argument is omitted, the file is opened with read/write status.
>
>Untitled Optional Long. True to open the file without a title. This is equivalent to creating a copy of the file. If this argument isn't specified, the file name automatically becomes the title of the opened presentation.
>
>WithWindow Optional Long. True to open the file in a visible window. False to hide the opened presentation. The default value is True.
>
>So, the following will work
>
>
oppt.presentations.open(getfile('ppt') , , , .f.)
>
>Cheers,
>
>Andrew
Yes, it works. Thanks
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform