Hi,
When i load RTF data in a Rich Text databand and it contains a hyperlink like this (net file/folder format such as \\localfolder\subfolder\file):
{\*\fldinst HYPERLINK \\\\net_folder\\net_file.txt}{\fldrslt \\\\net_folder\\net_file.txt}}
if i export the report to PDF, the text color is blue and underlined like a hyperlink but it does not work.
is there any way to make it work?
If hyperlink has URL format (ie, http://...) it works.
Thanks!
Hyperlinks does not work when export to PDF
Hyperlinks does not work when export to PDF
Hello,
Please specify the URI in accordance with the specification.
For example, instead of
use
Thank you.
Please specify the URI in accordance with the specification.
For example, instead of
Code: Select all
C:/Demo/YourFile.jpg
Code: Select all
file:///C:/Demo/YourFile.jpg