Sunday, February 19, 2012

Format Address as EMail Link

How can I format a column so that the email address is clickable and will
start up a new mail message?On Jun 8, 10:26 am, "Dean" <deanl...@.hotmail.com.nospam> wrote:
> How can I format a column so that the email address is clickable and will
> start up a new mail message?
Normally, you can use "mailto:someperson@.someURL.com." I'm not sure if
you can use it as part of an 'a' tag w/html or not. In that case it
would be:
<a href="http://links.10026.com/?link=mailto:someperson@.someURL.com">SomeDescription</a>
Of course, you can append different text/fields as a report
expression, etc. Hope this helps.
Regards,
Enrique Martinez
Sr. Software Consultant|||>>I'm not sure if you can use it as part of an 'a' tag w/html or not.
The answer is yes, you can.
>L<
"EMartinez" <emartinez.pr1@.gmail.com> wrote in message
news:1181327056.703585.10240@.h2g2000hsg.googlegroups.com...
> On Jun 8, 10:26 am, "Dean" <deanl...@.hotmail.com.nospam> wrote:
>> How can I format a column so that the email address is clickable and will
>> start up a new mail message?
>
> Normally, you can use "mailto:someperson@.someURL.com." I'm not sure if
> you can use it as part of an 'a' tag w/html or not. In that case it
> would be:
> <a href="http://links.10026.com/?link=mailto:someperson@.someURL.com">SomeDescription</a>
> Of course, you can append different text/fields as a report
> expression, etc. Hope this helps.
> Regards,
> Enrique Martinez
> Sr. Software Consultant
>|||Thanks, both of you got me pointed in the right direction.
I accomplished this by:
Right click on the text box containing an email address
Click Navigation
Enter ="mailto:"+Fields!Email.Value in the Jump to URL
Formatted text box with an Underline
"Lisa Slater Nicholls" <lisa@.spacefold.com> wrote in message
news:uzWENRgqHHA.1168@.TK2MSFTNGP03.phx.gbl...
>>I'm not sure if you can use it as part of an 'a' tag w/html or not.
> The answer is yes, you can.
>>L<
> "EMartinez" <emartinez.pr1@.gmail.com> wrote in message
> news:1181327056.703585.10240@.h2g2000hsg.googlegroups.com...
>> On Jun 8, 10:26 am, "Dean" <deanl...@.hotmail.com.nospam> wrote:
>> How can I format a column so that the email address is clickable and
>> will
>> start up a new mail message?
>>
>> Normally, you can use "mailto:someperson@.someURL.com." I'm not sure if
>> you can use it as part of an 'a' tag w/html or not. In that case it
>> would be:
>> <a href="http://links.10026.com/?link=mailto:someperson@.someURL.com">SomeDescription</a>
>> Of course, you can append different text/fields as a report
>> expression, etc. Hope this helps.
>> Regards,
>> Enrique Martinez
>> Sr. Software Consultant
>|||On Jun 8, 2:54 pm, "Dean" <deanl...@.hotmail.com.nospam> wrote:
> Thanks, both of you got me pointed in the right direction.
> I accomplished this by:
> Right click on the text box containing an email address
> Click Navigation
> Enter ="mailto:"+Fields!Email.Value in the Jump to URL
> Formatted text box with an Underline
> "Lisa Slater Nicholls" <l...@.spacefold.com> wrote in messagenews:uzWENRgqHHA.1168@.TK2MSFTNGP03.phx.gbl...
> >>I'm not sure if you can use it as part of an 'a' tag w/html or not.
> > The answer is yes, you can.
> >>L<
> > "EMartinez" <emartinez...@.gmail.com> wrote in message
> >news:1181327056.703585.10240@.h2g2000hsg.googlegroups.com...
> >> On Jun 8, 10:26 am, "Dean" <deanl...@.hotmail.com.nospam> wrote:
> >> How can I format a column so that the email address is clickable and
> >> will
> >> start up a new mail message?
> >> Normally, you can use "mailto:someper...@.someURL.com." I'm not sure if
> >> you can use it as part of an 'a' tag w/html or not. In that case it
> >> would be:
> >> <a href="http://links.10026.com/?link=mailto:someper...@.someURL.com">SomeDescription</a>
> >> Of course, you can append different text/fields as a report
> >> expression, etc. Hope this helps.
> >> Regards,
> >> Enrique Martinez
> >> Sr. Software Consultant
Glad I could be of assistance.
Regards,
Enrique Martinez
Sr. Software Consultant

No comments:

Post a Comment