NetTalk Central

Author Topic: Email address on Browse not populating the To field of the email client  (Read 2631 times)

terryd

  • Hero Member
  • *****
  • Posts: 759
    • View Profile
    • Davcomm
    • Email
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]
Terry Davidson
Windows 10 64 bit/Windows7 64bit
Clarion 9.1.11529/Clarion10 12567
Nettalk 913
Nettalk 1015
StringTheory267/Winevent515/XFiles298/MessageBox239/Cryptonite186

terryd

  • Hero Member
  • *****
  • Posts: 759
    • View Profile
    • Davcomm
    • Email
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]
Terry Davidson
Windows 10 64 bit/Windows7 64bit
Clarion 9.1.11529/Clarion10 12567
Nettalk 913
Nettalk 1015
StringTheory267/Winevent515/XFiles298/MessageBox239/Cryptonite186

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11239
    • View Profile
Thanks for trying in the example. Appears to be a bug. Looking into it now.

Cheers
Bruce

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11239
    • View Profile
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