Oracle Community

Oracle Community group will allow you to interact, exchange and share knowledge with Oracle people and exchange tips and useful job postings in return – all about Oracle

HYPERLINK IN ORACLE FORM 6i

hello to all

In oracle form 6i, how to create hyperlink.
For example i have a table name student.
and by clicking any name of student his pic should be open.
how i link the pdf pic file to student name.

Thanks

Load Previous Replies
  • up

    Huey Avina

    its in local disk

  • up

    Leandro Bonifacio

    So use the HOST() built-in to display the file:

    host(' cmd /c start "" "c:\file.pdf" ');

  • up

    Huey Avina

    Thanks for replay

    i mean is it any thing possible. we can drag the file name in text field and the name of file automatically save in table too. and when form execute. user just click on name and file open.