Hi
I am using CR XI.
For each order processed and sent, I want my customer to receive a link to follow up the delivery.
This link is generated by CR formulas that depend on the freight forwarder
Show you an exemple:
String result within CR is:
<a href= </a> <br> <br>
After exportation to .txt file:
<a href=com/chronoexpres/action/SegEnvio?accion=BUSCAR_EXP&seguimiento=1347282745108
010&codPostal 46013>com/chronoexpres/action/SegEnvio?accion=BUSCAR_EXP&seguimiento=1347282745108
010&codPostal 46013 </a> <br> <br>
Then when I copy into an email those lines, spaces appear where there is a line break, making the link unefficient.
Any idea on how to impede line breaks whn exporting?
Many thanks in advance.
I am using CR XI.
For each order processed and sent, I want my customer to receive a link to follow up the delivery.
This link is generated by CR formulas that depend on the freight forwarder
Show you an exemple:
String result within CR is:
<a href= </a> <br> <br>
After exportation to .txt file:
<a href=com/chronoexpres/action/SegEnvio?accion=BUSCAR_EXP&seguimiento=1347282745108
010&codPostal 46013>com/chronoexpres/action/SegEnvio?accion=BUSCAR_EXP&seguimiento=1347282745108
010&codPostal 46013 </a> <br> <br>
Then when I copy into an email those lines, spaces appear where there is a line break, making the link unefficient.
Any idea on how to impede line breaks whn exporting?
Many thanks in advance.