Hello All,
1. I have created a click able on the APEX page for the attached link (stored in the oracle db table)
Using below query
SELECT '<a href="' ||'file:///'||Package.function(p_parameter)||'" target="_blank">'|| package.function (p_parameter_id )||'</a>'
AS href
FROM prag.t1, t2
WHERE condition.t1 = condition.t2
AND ID =p_id
2. The attached link from the path are opening in a new window perfectly for me.
\\sih82566\k1_ora$\K1IS\TEST1I\WORKDIR\Gaurav\146539_Scripts.SQL
3. The attached link from the path such as
C:\Documentss%20and%20Settings\gaurav\Desktop\f120.sql
are not accessible to me. There is not any error message also on click on this link.
Note:I am using using APEX in my citrix machine
Thank you.
Regards,
Gaurav Nagpal.