RE: open gmail in browser from 4D

2017-11-02 Thread Epperlein, Lutz (agendo) via 4D_Tech
> open url(“mailto:some mail”;"https://mail.google.com/“) Of course this doesn't work. The second parameter is called appName according the docs (http://doc.4d.com/4Dv15/4D/15.5/OPEN-URL.301-3576781.en.html). 4D will use the local system to search for such an app. "https://mail.google.com/“ isn

Re: open gmail in browser from 4D

2017-11-02 Thread Charles Miller via 4D_Tech
Good try but no. I want to open a new mail message from inside a 4D application. When I enter open url(“mailto:some mail”;"https://mail.google.com/“) it still opens my default email program. I tried downloading the gmail application but that does the same thing. Regards Chuck On Wed, Nov 1, 2

Re: open gmail in browser from 4D

2017-11-01 Thread Keisuke Miyako via 4D_Tech
how about OPEN URL("https://mail.google.com/";) you could analyse the absolute path to reach a particular folder, but they could change at any time. and if the user is not already logged in to Google on their browser, they'd be redirected anyway. **