Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

how to insert a long url in so10?

Former Member
0 Kudos
3,497

dear gurus,

we want to insert a long url, about 4lines, into a standard text in so10,

and send the standard text as an email, but the link is always broken into pieces when displayed in the email.

could you pls how to solve this?

br.

jun

6 REPLIES 6

Former Member
0 Kudos
888

Hi,

Best way to achieve this is add the html tags in your text and send the mail as a HTM, it will work.

For eg:

<html><b> sample</b>

<a href="http://www.ahfb2000.com ad,f adfa fahdfak faksdhf asdkfha afdakh fakdfh asdfka hdfkasdfa">Click Here </a>

</html>

or

concatenate << at the start of the link and >> at the end of the link without any spaces and try sending it as a HTM mail

It would work, even if the text is in multiple lines.

Regards,

Subramanian

Former Member
0 Kudos
888

Hi,

while you are done with first line use '=' as a paragraph format for other lines. It will give you a continious line.

E.g.

H Les produits, la technologie et les services mentionnés dans cette factu

= re ont été exportés selon les règles de l' "US Export Administration" et

= celles du << Trade Sanctions Regulations >>. Tout détournement contrair

= e à la loi Américaine est formellement interdit.

this way u will get all your text in single line.

0 Kudos
888

Hi Gaurav,

I tried using "=" for the second line, but still i am not getting hyperlink for second line.

Can you please suggest if there is any alternate solution.

Thanks,

Kavya

simon_broome
Explorer
0 Kudos
888

Did you find a solution for this? I am finding the same issue. Thanks

0 Kudos
888

Hello,

1)      use doc_type as 'HTML' in packing_list in your program

When the doc type is “HTML”, blank line won’t be considered as ENTER, we have to maintain </br>

2)      instead of storing the email address in SO10, hardcode the link in program

Hope it will help

0 Kudos
888

Hi ,

I was also facing same issue.

Resolved by sing Shift F8 key.

Use Shift F8 on the line in Standard text editor to navigate after 72 chars.

Hope it helps.

Thanks,

Pragya