NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started 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]
-
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]
-
Thanks for trying in the example. Appears to be a bug. Looking into it now.
Cheers
Bruce
-
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