Home » Developer & Programmer » Forms » Paas parameter to report from forms10g
Paas parameter to report from forms10g [message #303351] Thu, 28 February 2008 23:45 Go to next message
toughboy
Messages: 5
Registered: February 2008
Location: India
Junior Member
After running below code I am getting error as "unable to run report".


begin
RUN_REPORT_OBJECT_PROC (find_report_object('MYFIRSTREPORT'),
'repserv10g',
'PDF',
CACHE,
'rep.rdf',
'P_1=AND A.study_id in(115440)',
'/reports/rwservlet');
exception
when others then
message(sqlerrm);
message(sqlerrm);
END;





[Updated on: Fri, 29 February 2008 03:55]

Report message to a moderator

Re: Paas parameter to report from forms10g [message #303823 is a reply to message #303351] Sun, 02 March 2008 23:41 Go to previous message
djmartin
Messages: 10181
Registered: March 2005
Location: Surges Bay TAS Australia
Senior Member
Account Moderator
Use 'web.show_document'. Look at http://www.orafaq.com/forum/m/144539/67467/?srch=web.show_document#msg_144539

David
Previous Topic: Forms displays inconsistent eror
Next Topic: list item problem
Goto Forum:
  


Current Time: Sun Feb 09 04:38:46 CST 2025