Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Ole error
Message
 
 
To
22/03/2010 07:20:23
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Environment versions
Visual FoxPro:
VFP 9 SP2
Miscellaneous
Thread ID:
01456028
Message ID:
01456037
Views:
73
This message has been marked as the solution to the initial question of the thread.
It would happen for folders/file names with spaces. You'll have to enclose the file name in double quotes to fix it
oShell 	= CREATEOBJECT("WScript.Shell")
lcFileName = GETFILE("pdf")
* Enclouse into double quotes to avoid problem with spaces in file name
lcFileName = ["] + lcFileName + ["]
oShell.Run(lcFileName,1)
>Yes I retrieve the filename by Getfile() and the file can be open without problem outside VFP
>It seems to give me no problem with Jpg files while I got into problems when trying to open Xls or Pdf files
>
>
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform