Home » Developer & Programmer » Reports & Discoverer » hyperlink in reports 10g (reports 10g)
hyperlink in reports 10g [message #329654] Thu, 26 June 2008 02:40 Go to next message
sandipshahare
Messages: 21
Registered: March 2008
Location: Pune
Junior Member
This is format trigger for the hyperlink in reports 10g.
Here one variable is used :server and the name of server is given in rwservlet.properties.

i didnt find any value assign in the report for (server )variable .

I want to confirm ,
Will it take the value for :server in reports?





function F_meth_attrFormatTrigger return boolean is
begin
if upper(:destype) = 'CACHE' and upper(:desformat) in ('HTMLCSS', 'HTML') then
srw.set_hyperlink('/reports/rwservlet?report=SP_spec +server='||:server||
'+destype=cache+desformat=htmlcss+paramform=yes'||'+userid=');

SRW.SET_HYPERLINK_ATTRS('onMouseover="window.status=''Click here to run the Submission Detail report'';'||
' return true"'||
'onMouseout="window.status='' ''; return true"');
end if;
return (TRUE);
end;
Re: hyperlink in reports 10g [message #338489 is a reply to message #329654] Tue, 05 August 2008 04:08 Go to previous message
sandipshahare
Messages: 21
Registered: March 2008
Location: Pune
Junior Member
I got the answer.
The server name we can add as a parameter in rwserwlet.properties file.
Previous Topic: parameter form builder
Next Topic: Sum and outer join
Goto Forum:
  


Current Time: Wed May 15 13:41:45 CDT 2024