On Tue, Jul 12, 2016 at 6:39 PM, rafael copquin <rcopq...@yahoo.com.ar> wrote:
> In addition to all the answers you've got so far, I use this method:
>
> Add the _shellexecute class from the _environ.vcx class library that ships
> with VFP 9 to a form
>
> Name it 'launcher'
>
> and run this code from the click event of a button:
>
> Local cDocName
>
> cDocName = GetFile('doc,xls,pdf,txt','File','Open',0,'Choose file')
> thisform.launcher.shellexecute (cDocName)
>

That's the best answer, the actual code. I was trolling around the
archives, but couldn't locate it.


-- 
Ted Roche
Ted Roche & Associates, LLC
http://www.tedroche.com

_______________________________________________
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/cacw6n4snbpmglny1fg2er3e-xnlmjbwuoieyejrwot0huvq...@mail.gmail.com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.

Reply via email to