Previous - pptNewBlank Section Home - Microsoft PowerPoint Next - pptSave


pptOpen ( )

Opens an existing Microsoft PowerPoint file

Usage:

pptOpen (object me, string filePath )

Parameters:

filePath (string) - path to an existing Microsoft PowerPoint file

Returns:

(integer) - The success code

Example:

xtRose = xtra("Rosetta")New( )
xtRose.pptLaunch( )
xtRose.pptSetVisible( 1 )
xtRose.pptOpen( "C:\myPresentation.ppt" )

Notes:

Works with PowerPoint Viewer. Upon success of opening a PowerPoint file, PowerPoint Viewer 97 automatically launches the presentation into full screen mode.

See Also:

pptNewBlank, pptSetVisible


Previous - pptNewBlank Section Home - Microsoft PowerPoint Next - pptSave