Home » Developer & Programmer » Reports & Discoverer » Print Report Name (Oracle Reports 6i, 6.0.8.27.0, Windows 2003)
Print Report Name [message #566838] Thu, 20 September 2012 02:58 Go to next message
mmohsinaziz
Messages: 110
Registered: May 2012
Senior Member
Dear Follows,
How can i print a report name with full path at left bottom on report.

Regards
Re: Print Report Name [message #566847 is a reply to message #566838] Thu, 20 September 2012 05:44 Go to previous messageGo to next message
Littlefoot
Messages: 21806
Registered: June 2005
Location: Croatia, Europe
Senior Member
Account Moderator
As far as I can tell, your Reports version can't do any part of the requirement (unless you put the report name & path to it into it manually).

However, higher Reports version(s) contain SRW.GET_REPORT_NAME built-in which does that job. However, it just returns report name, not the whole path.
Re: Print Report Name [message #567029 is a reply to message #566838] Sun, 23 September 2012 01:36 Go to previous messageGo to next message
mmohsinaziz
Messages: 110
Registered: May 2012
Senior Member
Thanks for your reply.
Can you please tell me, how can i use SRW.GET_REPORT_NAME to print the report name?
I have tried to use SRW.GET_REPORT_NAME in the following way but it gives the message only , can not print report name.

my_var varchar2(80);
BEGIN
SRW.GET_REPORT_NAME(my_var);
SRW.MESSAGE(0,'Report Filename = '||my_var);
RETURN (TRUE);
END;

Regards
Re: Print Report Name [message #567102 is a reply to message #567029] Mon, 24 September 2012 04:08 Go to previous message
Littlefoot
Messages: 21806
Registered: June 2005
Location: Croatia, Europe
Senior Member
Account Moderator
As I said: your Reports version doesn't contain that built-in (i.e. SRW.GET_REPORT_NAME). You are trying in vain.
Previous Topic: How to disable the printing option in oracle 10g
Next Topic: Report Printing in 11g
Goto Forum:
  


Current Time: Thu Mar 28 06:41:19 CDT 2024