Page 1 of 1

application.showURL with mailto

PostPosted: Thu Jul 12, 2012 3:59 pm
by stefbrt
Hi

I want to execute application.showURL with mailto in SmartClient but it does not work. It works with a normal URL but not with mailto. Where is the problem with this code?

Code: Select all
application.showURL('mailto:your.friend@doesntexist.com?cc=another.friend@doesntexist.com,yetanother.friend@doesntexist.com&bcc=yourboss@doesntexist.com&reply-to=me@myadress.com&subject=mailto%20scheme&body=Hello%20Everybody');


Regards, Stef

Re: application.showURL with mailto

PostPosted: Fri Jul 13, 2012 12:36 am
by mboegem
Hi Stef,

works fine for me.

What svy-version / OS (+version) is this?

Re: application.showURL with mailto

PostPosted: Fri Jul 13, 2012 8:27 am
by Harjo
In 2006, I posted this HOWTO: viewtopic.php?f=12&t=5736&p=28293&hilit=mailto#p28293

should also still work

Re: application.showURL with mailto

PostPosted: Mon Jul 16, 2012 8:34 am
by stefbrt
@marc: I'm working on Mac OS X 10.7.2 with Servoy 5.2.13.

@harjo: The Idea came from the Tutorial. But for the Mac OS X Version I need showURL and for Windows I can execute the run32dll.

Regards, Stef