Home » Developer & Programmer » Forms » HOW DO I INSERT A HYPERLINK IN AN ORACLE FORM?!
HOW DO I INSERT A HYPERLINK IN AN ORACLE FORM?! [message #116578] Wed, 20 April 2005 13:07 Go to next message
kashcheema
Messages: 5
Registered: April 2005
Junior Member
Hello there, i wanted some assistance in how to create a hyperlink in an oracle form (form builder). once clicked this hyperlink should forward the user to a web browser, for example www.google.com.
any help would be much appreciated.
thanks
Re: HOW DO I INSERT A HYPERLINK IN AN ORACLE FORM?! [message #116631 is a reply to message #116578] Thu, 21 April 2005 00:34 Go to previous messageGo to next message
doraistud
Messages: 14
Registered: April 2005
Junior Member
Hi,
just saw in help regarding this. can you try out
BEGIN
Web.Show_Document(‘http://www.abc.com’, ‘_self’);
END;
but there are some restritions with this, which u can go through help. tried runing it, but could not.
Re: HOW DO I INSERT A HYPERLINK IN AN ORACLE FORM?! [message #116657 is a reply to message #116631] Thu, 21 April 2005 03:20 Go to previous messageGo to next message
saadatahmad
Messages: 452
Registered: March 2005
Location: Germany/Paderborn
Senior Member

Web.Show_Document Restrictions:

Can only be used from within a form run from the Web.
Re: HOW DO I INSERT A HYPERLINK IN AN ORACLE FORM?! [message #116659 is a reply to message #116578] Thu, 21 April 2005 03:22 Go to previous messageGo to next message
djmartin
Messages: 10181
Registered: March 2005
Location: Surges Bay TAS Australia
Senior Member
Account Moderator
Describe your environment please.

David
Re: HOW DO I INSERT A HYPERLINK IN AN ORACLE FORM?! [message #116668 is a reply to message #116659] Thu, 21 April 2005 05:37 Go to previous messageGo to next message
kashcheema
Messages: 5
Registered: April 2005
Junior Member
hello everyone, firstly thanks for your replies.
david, i am using oracle form builder 8 and running sqlplus to create my tables initially. i have created a form which holds staff details, such as; staff id, staff name, department, etc. i want to put a hyperlink on the form which once clicked will forward the user to any given website.
any help will be much appreciated.
thanks.
Re: HOW DO I INSERT A HYPERLINK IN AN ORACLE FORM?! [message #116718 is a reply to message #116578] Thu, 21 April 2005 11:07 Go to previous messageGo to next message
Steve Corey
Messages: 336
Registered: February 2005
Location: RI
Senior Member
I think what he meant when he said describe the environment was:

how will the form be used? Client/Server environment? WebForms (through the Application Suite?), etc.

HTH,
Steve
Re: HOW DO I INSERT A HYPERLINK IN AN ORACLE FORM?! [message #116731 is a reply to message #116718] Thu, 21 April 2005 13:03 Go to previous messageGo to next message
kashcheema
Messages: 5
Registered: April 2005
Junior Member
thnaks steve!
it will be used in a client/server environmnet.
Re: HOW DO I INSERT A HYPERLINK IN AN ORACLE FORM?! [message #116759 is a reply to message #116578] Thu, 21 April 2005 20:03 Go to previous messageGo to next message
djmartin
Messages: 10181
Registered: March 2005
Location: Surges Bay TAS Australia
Senior Member
Account Moderator
Go to http://www.oracle.com/technology/documentation/forms.html. Find 'Guidelines for Building Applications'. Download it and search for 'ora_ffi'.

You need to get your browser to 'start' as an external application.

David
Re: HOW DO I INSERT A HYPERLINK IN AN ORACLE FORM?! [message #388233 is a reply to message #116718] Mon, 23 February 2009 23:57 Go to previous messageGo to next message
shrad
Messages: 6
Registered: July 2007
Location: Mumbai
Junior Member
HI,

I am creating web based application then how do i create hyperlink.
and also tell me disadvantages of web.show_document with this environment.
Please tell me proper documentation guide which will help me to create web based application using oracle forms 10g.

regds
shrad
Re: HOW DO I INSERT A HYPERLINK IN AN ORACLE FORM?! [message #388703 is a reply to message #388233] Wed, 25 February 2009 23:48 Go to previous message
djmartin
Messages: 10181
Registered: March 2005
Location: Surges Bay TAS Australia
Senior Member
Account Moderator
Please describe where you wish to have the hyperlink. In a form, at the command line, in a Java prompt, as text in an email, etc.

There are no disadvantages to web.show_document, only advantages.

Review the root directory of the 10g Forms and Reports installation CDs. There will be PDF documents describing various bits and pieces. Read them. Also look in the 'doc' directory for further material.

David
Previous Topic: Forms10g new features
Next Topic: Pls Find the ERROR in this
Goto Forum:
  


Current Time: Fri Apr 26 19:05:35 CDT 2024