Home » Developer & Programmer » Forms » How to call Oracle help on web
How to call Oracle help on web [message #276835] Fri, 26 October 2007 07:32 Go to next message
realoneomer@gmail.com
Messages: 25
Registered: September 2007
Location: Islamabad
Junior Member
Hi
Every one
Can any one guide me about Oracle Context-Sensitive Help
How i can Code to call Oracle Context-Sensitive Help on Web

Omer Shahzad
Re: How to call Oracle help on web [message #277094 is a reply to message #276835] Sun, 28 October 2007 20:11 Go to previous messageGo to next message
djmartin
Messages: 10181
Registered: March 2005
Location: Surges Bay TAS Australia
Senior Member
Account Moderator
Go to the Oracle website and search for 'context help' and you will find http://www.oracle.com/technology/tech/blaf/specs/help.html

David
Re: How to call Oracle help on web [message #278011 is a reply to message #277094] Thu, 01 November 2007 07:47 Go to previous messageGo to next message
realoneomer@gmail.com
Messages: 25
Registered: September 2007
Location: Islamabad
Junior Member
Hi
How are you i have visited the link which you have send but i am facing lot of problems
1- My default servlet mapping is /forms/frmservlet but in in the documentation it uses the servlet mapping /OHW/help i have change the servlet mapping from /OHW/help to /forms/servlet but still it is not working properly
i have also change the Web.Xml Configuration but it is not working properly

2-how i call the Help page from Oracle form i have use the key-help trigger to display the help and i have use the following code kindly check it is it true i mean is it call the appropriate Html or not

This is the code

declare
formname varchar2(80) := lower(name_in('System.Current_form'));
blockname varchar2(80) := lower(name_in('System.Cursor_block'));
itemname varchar2(80) := lower(name_in('System.Cursor_item'));
topicid varchar2(80) := itemname;

begin
if itemname is not null then
web.show_document('http://omer:8889/forms/frmservlet/?topic = '||topicid , '_blank');
end if;
message(''||''||formname||' '||blockname||' '||itemname||' '||topicid);
End;

Thanks

Omer Shahzad

[Updated on: Thu, 01 November 2007 07:49]

Report message to a moderator

Re: How to call Oracle help on web [message #279511 is a reply to message #278011] Thu, 08 November 2007 19:10 Go to previous messageGo to next message
djmartin
Messages: 10181
Registered: March 2005
Location: Surges Bay TAS Australia
Senior Member
Account Moderator
Have you solved your problem?

David
Re: How to call Oracle help on web [message #280236 is a reply to message #279511] Mon, 12 November 2007 22:40 Go to previous message
realoneomer@gmail.com
Messages: 25
Registered: September 2007
Location: Islamabad
Junior Member
No David i am still waiting for solution

Regards
Omer Shahzad
Previous Topic: Freshers in Oracle Forms
Next Topic: how to preview this field
Goto Forum:
  


Current Time: Wed Dec 04 19:22:48 CST 2024