Notifications
Clear all
Topic starter
I thought if I used RunProcess and added runshellopen(' https://www.google.com/' 😉 to a button this would open the web site but this is not working any Ideas?
thanks Verline
Posted : January 16, 2013 4:15 am
This is what I have always used and it worked without a problem
RUNSHELLOPEN("https://mail.google.com/")
Though it looks like you are already doing that.
Posted : January 16, 2013 5:55 am
Topic starter
may be my thick client .. let me check again. thanks Ernie
Posted : January 16, 2013 5:59 am
You have a closing semicolon instead of paranthesis
Posted : January 16, 2013 11:03 pm
we do the following:
RUNPROCESS
check Store in EFM
c:\program files\internet explorer\iexplore.exe http://www.cdc.gov/vaccines
Posted : January 16, 2013 11:12 pm
Topic starter
i forgot to enclose it in {RUNSHELLOPEN(' https://mail.google.com/ ')} now it works perfectly..
Posted : January 16, 2013 11:33 pm