Link to home
Start Free TrialLog in
Avatar of Eduardo Fuerte
Eduardo FuerteFlag for Brazil

asked on

Could you point the correspondent object to use Wordpad instead of Windows from VFP?

Hi Experts

Could you point the correspondent object to use Wordpad instead of Word from VFP?

This code opens Word:

oWSH = Createobject("wscript.shell")

Open in new window


What is the correspondent to open WordPad ?

Thanks in advance
ASKER CERTIFIED SOLUTION
Avatar of Pavel Celba
Pavel Celba
Flag of Czechia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Eduardo Fuerte

ASKER

Much better to configure it in Windows Explorer to use WordPad.
Thanks for help!