Hi All. I just want to view a pdf file so I use the command:
tuss:=shellexecute(0,"open","c:\concentrics\cloudconnect.pdf",,,1)
and it works with windows 7 but with windows 10 nothing happens and it returns 31.
Probably its a very complicated answer but I hope not!
shellexecute
Re: shellexecute
Shellexecute(0,0,"c:\concentrics\cloudconnect.pdf",0,0,3)
Re: shellexecute
Beautiful! Thank you so much
- nageswaragunupudi
- Posts: 8017
- Joined: Sun Nov 19, 2006 5:22 am
- Location: India
- Contact:
Re: shellexecute
Can you also try
Code: Select all
HTMLVIEW( <cPdffileWithFullpath> )
Regards
G. N. Rao.
Hyderabad, India
G. N. Rao.
Hyderabad, India