Open pdf file thru hyperlink in oracle reports 10g
Hello.
Can anyboby provide an example of how to create a hyperlink in oracle report 10g that has to open a pdf file?
I tried using srw.set_hyperlink("file:/pdffile.pdf") in the report and copied pdffile.pdf in the same location on the application server where the rdf files are located.
The browser's answer is "webpage cannot be found."
Is there sometring that I'm missing here?
Thanks.