Sending Email (RDMLX)

Please do not use to report errors- use your regional help desk.
Please mark posts as being for RPG or RDMLX (LANSA) developer.
To subscribe by email, display this forum, scroll to the end and select ‘Subscribe Forum’.
Post Reply
tcremieux
Posts: 4
Joined: Thu May 10, 2012 6:28 am

Sending Email (RDMLX)

Post by tcremieux »

Is there a way initiate an email from an event such as OnClick of a button? I had a thought to create a mailto link and use the Set_OpenUrl method to open the URL, however it appends the server details to the URL (i.e. http://xxx.xxx.com/) which causes an issue. The example is below:

Code: Select all

#Com_Owner.Set_OpenUrl Event('/FORM.FIELDS.EmailButton.OnClick') Url('mailto:[email protected]')
tsupartono
Posts: 289
Joined: Wed Apr 18, 2012 10:21 am

Re: Sending Email (RDMLX)

Post by tsupartono »

Tom,
This is a bug in the current version of the client - I've noted this and will fix for next release.
The next release for the client software (through Apple AppStore) is scheduled around the end of this month.
This version will have a "send mail operation" as well, so you don't have to resort to using OpenUrl operation with "mailto:" url.
Post Reply