application.showURL with mailto

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?

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

Hi Stef,

works fine for me.

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

In 2006, I posted this HOWTO: viewtopic.php?f=12&t=5736&p=28293&hilit=mailto#p28293

should also still work

@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