Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Reading PDF files in VFP
Message
From
30/04/2001 11:13:37
 
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
00500641
Message ID:
00501554
Views:
28
What a great resource Universal Thread is. I'm moved by the willingness of people to help. I learned something from each of the responses.

I settled on Bob Lee's suggestion. I downloaded the sh_execute function and put it in my standard procedures directory along with ShellTo.prg:

parameter pFile
set classlib to sh_execute addi
ex=create('sh_execute')
ex.shellexecute(pFile)

Now I can open any file with :
=ShellTo(m.filename)

I love it. Thanks guys.

Martin
Previous
Reply
Map
View

Click here to load this message in the networking platform