Home » Developer & Programmer » Reports & Discoverer » How to show user help message in Reports 11g ? (11g)
How to show user help message in Reports 11g ? [message #463809] Sun, 04 July 2010 04:09 Go to next message
ranamirfan
Messages: 535
Registered: January 2006
Location: Pakistan / Saudi Arabia
Senior Member

Dear All,

In Reports 11g when user move mouse to hyperlink then I want to show user help message Like 'Please Click here for more detailed Information'


Same as Forms Tooltip property Can any body help me in this regards.



Thanks in advance.

Rgds,


Irfan


Re: How to show user help message in Reports 11g ? [message #464254 is a reply to message #463809] Wed, 07 July 2010 02:30 Go to previous messageGo to next message
ranamirfan
Messages: 535
Registered: January 2006
Location: Pakistan / Saudi Arabia
Senior Member

Any body have any Idea regarding this Issue.?
Re: How to show user help message in Reports 11g ? [message #464277 is a reply to message #464254] Wed, 07 July 2010 04:03 Go to previous messageGo to next message
Littlefoot
Messages: 21806
Registered: June 2005
Location: Croatia, Europe
Senior Member
Account Moderator
Check SRW built-in and its SET_HYPERLINK_ATTRS procedure. You'll find an example of how to do that:
function BASKETFormatTrigger return boolean is
begin
  SRW.SET_HYPERLINK_ATTRS('onMouseover "window.status="Click here 
                           to see what is in your shopping basket";
  return true"'|| 'onMouseout ="window.status=" ";
  return true"');
  return (TRUE);
end;
Re: How to show user help message in Reports 11g ? [message #464314 is a reply to message #464277] Wed, 07 July 2010 06:51 Go to previous messageGo to next message
ranamirfan
Messages: 535
Registered: January 2006
Location: Pakistan / Saudi Arabia
Senior Member

Hi Littlefoot,

Thank you very much for your promptly reply.

I write the same code in Hyperlink field at Format trigger.
when my mouse move to Hyperlink then mouse shows Next Report link at bottom part of the window Like that " http://hoitvoltes5:9002/reports/rwservlet?userid=nisadmin_dev/nisadmin_dev@webnis&server=ReportsServer_HOITVOLTES5_asin&repor t=F:\Irfan\NewReports\TrailBalance.rdf&destype=CACHE&desformat=htmlcss&paramform=YES"




Kindly advise me.

Regards,

Irfan
Re: How to show user help message in Reports 11g ? [message #464327 is a reply to message #464314] Wed, 07 July 2010 07:26 Go to previous messageGo to next message
Littlefoot
Messages: 21806
Registered: June 2005
Location: Croatia, Europe
Senior Member
Account Moderator
[I don't use Reports 11g]

Quote:
I write the same code in Hyperlink field at Format trigger.

What "same code"? Could you post it?
Re: How to show user help message in Reports 11g ? [message #464330 is a reply to message #464327] Wed, 07 July 2010 07:30 Go to previous messageGo to next message
ranamirfan
Messages: 535
Registered: January 2006
Location: Pakistan / Saudi Arabia
Senior Member

Please see below code.

function F_CURRENCY_CODEFormatTrigger return boolean is
begin
SRW.SET_HYPERLINK_ATTRS('onMouseover "window.status="Click here
to see what is in your shopping basket";
return true"'|| 'onMouseout ="window.status=" ";
return true"');
return (TRUE);



end;




Re: How to show user help message in Reports 11g ? [message #464342 is a reply to message #464330] Wed, 07 July 2010 08:02 Go to previous message
Littlefoot
Messages: 21806
Registered: June 2005
Location: Croatia, Europe
Senior Member
Account Moderator
I wouldn't know; did you check Reports Online Help system? Perhaps something changed between versions (10g which I use and 11g)?
Previous Topic: Oracle Discoverer Error
Next Topic: How to Print report into two Pages
Goto Forum:
  


Current Time: Thu Mar 28 20:00:40 CDT 2024