|
|
|
|
Re: URGENT!!! FORM BUILDER WITH REPORT BUILDER [message #193007 is a reply to message #191626] |
Thu, 14 September 2006 09:34   |
Liza79
Messages: 74 Registered: September 2006
|
Member |
|
|
There should be a report server running on your machine.
You didn't tell what environment you are using?
anways, just create a report object in the form, mention the report file path, destination to CACHE, and report server= name of your report server.
now code like this in yur form.
declare
a varchar2(200);
begin
a := run_report_object('name_of_the_report_object');
web.show_document('http://server_machine:7778/reports/rwservlet/getjobid'||replace(a,'reportServerName_','')||'?server=reportServerName','_blank');
end;
You need to know the report server name and place it instead of "reportServerName" in the code.
Coma back if you face any trouble.
Liza
|
|
|
Re: URGENT!!! FORM BUILDER WITH REPORT BUILDER [message #193533 is a reply to message #193007] |
Mon, 18 September 2006 02:40   |
raizen_underground
Messages: 28 Registered: September 2006 Location: Manila, Phillipines
|
Junior Member |
|
|
Liza....
There is a problem with the code...Error:You did not specify report....and when the report show...Error:report_server_name failed..I dnt know if the problem is from the report object or from the report server name....pls I desperately need the answer soon....tnx in advance....
raizen....
|
|
|
Re: URGENT!!! FORM BUILDER WITH REPORT BUILDER [message #193609 is a reply to message #191626] |
Mon, 18 September 2006 07:54   |
Liza79
Messages: 74 Registered: September 2006
|
Member |
|
|
Your REP file for the report should be mentioned in the Report Object Properties in the form.
and is there any report server configured on your machine, if so what is the name of the report server?
What is the name of the report you are running?
give me answer for this questions, i will try to get you a solution.
Liza
|
|
|
|
|
|
|
|