juvenile
5th September 2004, 05:51
Hai
I designed a report.In that report column are Items.The Item values I kew dynamically.The input to the report is item range. But my report prints a max of 12 Items info.Even if the user gives range more than 12 items ,it picks up the first 12 items and show the report. But what I need is if the user gives the input as 16 items.I want 12 items in one report. and remaining items are in the second report.Suppose if the user gives 120 items I need to call the same report 10 times with diff item ranges like 1-12 items in one report,13-24 items in second report and 25-36 items in the 3rdreport..
This I want to acheive through the code.First of all can I achieve this functionality.If so how.
Thanks in advance.
rgds,
Juvenile
I designed a report.In that report column are Items.The Item values I kew dynamically.The input to the report is item range. But my report prints a max of 12 Items info.Even if the user gives range more than 12 items ,it picks up the first 12 items and show the report. But what I need is if the user gives the input as 16 items.I want 12 items in one report. and remaining items are in the second report.Suppose if the user gives 120 items I need to call the same report 10 times with diff item ranges like 1-12 items in one report,13-24 items in second report and 25-36 items in the 3rdreport..
This I want to acheive through the code.First of all can I achieve this functionality.If so how.
Thanks in advance.
rgds,
Juvenile