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.

j0ZBe.png

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

  • edited 9:56PM
    My problem was a bug that was in the version of Fast Report VCL 5 that I was using (5.4.6).
    In the latest version (5.6.18) the bug has already been fixed.

Leave a Comment