NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: terryd on July 01, 2011, 10:53:52 AM

Title: Email address on Browse not populating the To field of the email client
Post by: terryd on July 01, 2011, 10:53:52 AM
Windows 7 Ultimate
Clarion7.3.8222
Nettalk 5.27

In a browse I have an email field. In the Onclick tab I check the Field contains an Email address
When I click on the field (shown on the left it call the email program but instead of populating the To field with the email address it just puts an # in the field. What am I doing wrong?
Image attached


[attachment deleted by admin]
Title: Re: Email address on Browse not populating the To field of the email client
Post by: terryd on July 05, 2011, 02:00:00 AM
I have just run this from Example 30. Same result except that the to email address displays as 1 not somewhere@nowhere.com
Image attached

[attachment deleted by admin]
Title: Re: Email address on Browse not populating the To field of the email client
Post by: Bruce on July 05, 2011, 11:14:05 PM
Thanks for trying in the example. Appears to be a bug. Looking into it now.

Cheers
Bruce
Title: Re: Email address on Browse not populating the To field of the email client
Post by: Bruce on July 05, 2011, 11:48:40 PM
ok, fixed in 5.30. But the fix can be applied to 5.29 if you like.

In NetWeb.Tpw (\clarion6\3rdparty\template or \clarion8\accessory\template\win)
lines 11500 and 11557
change
#Set(%vl,'''mailto:''&'&%nFieldEmail)
to
#Set(%vl,'''mailto:''&'&%nField)

Sorry for the bug, and thanks for the report.

Cheers
Bruce