We are using the following code to run a POWERPOINT pps slide show from VFP7 - uses Microsoft PPVIEWER.exe Using XP Pro
oWSH = CREATEOBJECT(WSCRIPT.Shell)
oWSH.Run([YourFile.PPS],1,.t.)
Runs OK if YourFile is 8 characters or less - otherwise causes ans OLE error.
Is the problem VFP7 does not support long file names - VFP8 VFP9 ???
Has anyone a ready explanation or is there another solution - Please ??
oWSH = CREATEOBJECT(WSCRIPT.Shell)
oWSH.Run([YourFile.PPS],1,.t.)
Runs OK if YourFile is 8 characters or less - otherwise causes ans OLE error.
Is the problem VFP7 does not support long file names - VFP8 VFP9 ???
Has anyone a ready explanation or is there another solution - Please ??