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: