URL Hyperlink problem
I'm trying to create a hyperlink (external URL) in a TfrxMemoView object but the link redirects me to a local directory, what's happening? Am I doing something wrong or is it some limitation of the tool?
In the Hyperlink Editor I add the basic link in the variable link_application (https://myapplication.host.com/rest/mywebservice/) together with a variable field of the report, so that I create a link to a webservice.
At the end, the link redirects me to the following location:
file:///C:/users/myUser/Desktop/'https://myapplication.host.com/rest/mywebservice/354310'
What it should be:
https://myapplication.host.com/rest/mywebservice/354310
In the Hyperlink Editor I add the basic link in the variable link_application (https://myapplication.host.com/rest/mywebservice/) together with a variable field of the report, so that I create a link to a webservice.
At the end, the link redirects me to the following location:
file:///C:/users/myUser/Desktop/'https://myapplication.host.com/rest/mywebservice/354310'
What it should be:
https://myapplication.host.com/rest/mywebservice/354310
Comments
In the latest version (5.6.18) the bug has already been fixed.