Open default mail application on client
Plum Hollow Software
plum_hollow at cogeco.ca
Fri Nov 15 14:32:08 EST 2019
This works for me for OSX
On evClick ;; Event Parameters - pRow( Itemreference )
If emailaddress <>''
Calculate ScriptText as con('open location "',con('mailto:’,emailaddress,'?subject=‘,’Your next appointment'),'"')
Calculate ScriptText as con('$runapplescript(',chr(39),ScriptText,chr(39),')')
Calculate #F as [ScriptText]
Else
OK message (Icon,Sound bell) {An Email Address Must Be Entered!}
End If
> On Nov 15, 2019, at 2:14 PM, Das Goravani <das at goravani.com> wrote:
>
>
>
> I don’t know what you got to do to get it to work, but I can tell you what the rest of the keywords are
>
> Mailto:
>
> ?subject=
>
> &body=
>
> As in
>
> Mailto:das at Goravani.com?subject=Your next appointment&body=Time to setup your next appointment
>
> All in one row, just like that, no quotes
>
>
> _____________________________________________________________
> Manage your list subscriptions at http://lists.omnis-dev.com
> Start a new message -> mailto:omnisdev-en at lists.omnis-dev.com
More information about the omnisdev-en
mailing list