Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Ole error
Message
 
 
To
22/03/2010 17:14:26
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Environment versions
Visual FoxPro:
VFP 9 SP2
Miscellaneous
Thread ID:
01456028
Message ID:
01456295
Views:
31
You're welcome

>It was that... thank you Sergey
>
>
>>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
Reply
Map
View

Click here to load this message in the networking platform