I made custom report.
The query for a report is "like":
Report is going fine except - the link does not work at all 
When I clicked a link it failed with unexpected error:
Cannot open file "C
rogram Files\PLSQL Developer\http:\www.google.ca". The filename, directory name, or volume label sysntax is incorrect.
HTML source is good. It works if I save it on disk as File.htm
I want to have links in my report.
Do you solution in mine case?
Thank you, Sergey
My version is: 7.1.4.1390
The query for a report is "like":
Code:
select '<a HREF=http://www.google.ca>Google It</a>' as go_link from dual;

When I clicked a link it failed with unexpected error:
Cannot open file "C

HTML source is good. It works if I save it on disk as File.htm
I want to have links in my report.
Do you solution in mine case?
Thank you, Sergey
My version is: 7.1.4.1390