query for saving the called report [message #338963] |
Wed, 06 August 2008 06:06 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
sd_md_rizwan@yahoo.com
Messages: 37 Registered: September 2007 Location: Saudi Arabia
|
Member |
![sd_md_rizwan%40yahoo.com](/forum/theme/orafaq/images/yahoo.png)
|
|
Hi all,
I have a form which is calling many reports, I use to pass a parameter from the form and call the report and save it, but I have to do so for every report. Now I want a code which should call the reports one by one and save in memory at single click,
can anybody help me.
Thanks..
|
|
|
|
|
|
|
|
Re: query for saving the called report [message #341480 is a reply to message #341447] |
Tue, 19 August 2008 00:43 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
sd_md_rizwan@yahoo.com
Messages: 37 Registered: September 2007 Location: Saudi Arabia
|
Member |
![sd_md_rizwan%40yahoo.com](/forum/theme/orafaq/images/yahoo.png)
|
|
Thanks for the reply,
I am explaining the complete situation to you,
I have 10 reports, and in every report there are parameters for the month_codes and region_codes and area_codes and branch_codes and I have 5 regions and 40 areas and 276 branches and for each month I need the reports for all branches that means 276*months,
I have a form and from that form I am passing the parameters and
calling those reports which are in pdf format, what I am doing is opening the and giving the month_code,region_code,area_code and branch_code then pressing the button my report is opening with respect to the parameter I am passing from the from then
when my report is opened I am saving the report to the folder 'd:\reports' for every branch, the problem is calling every report and saving it manually, which is taking lot of time,
and no I want to place one button and if I click that button by just giving the month_code it should take all branches one by one and generates reports for all branches and save in 'd:\reports' automatically, to make this what coding should I place in my button which takes the month_code and generates all the reports in pdf format and save in the 'd:\reports' automatically.
Thanks.
|
|
|
|
|
|
|