RE: What to use instead of PERFORM-ACTION-OPEN-URL new "file:..."?

2018-02-05 Thread Sharon Menachem
complaints so far! Thanks, Sharon From: ARSList [mailto:arslist-boun...@arslist.org] On Behalf Of Jason Miller Sent: Sunday, February 04, 2018 1:47 PM To: ARSList Subject: Re: What to use instead of PERFORM-ACTION-OPEN-URL new "file:..."? Are you opening files on a UNC path (network s

Re: What to use instead of PERFORM-ACTION-OPEN-URL new "file:..."?

2018-02-04 Thread Jason Miller
Are you opening files on a UNC path (network share) with *file://UNC_path*? If they are files on a share most likely you'll need to put a web server in from of them and serve them up via http. Depending on where the files are stored you could simply include that directory and publish them via the

What to use instead of PERFORM-ACTION-OPEN-URL new "file:..."?

2018-02-04 Thread Sharon Menachem
Hi All, I understand from a previous post to the list, that the reason the PERFORM-ACTION-OPEN-URL new "file:..." functionality no longer works in Chrome is because of security changes, and that it is likely to stop working in IE soon once we are up to date with patches. I have many many excel