Hi,
I have to design a report in some format. And for that I am using some formulas with the assumption that each time I will recieve fix number of detail lines in the report page. I want to keep 18 detail lines on the page. So if my database table returns 12 records, even then I want to have 18 records in the page.
I am using a stored procedure in my report which returns a cursor to the report. I can not make changes in that stored procedure so that it always returns the records in the multiples of 18.
Can I do something in the report itself so that on each page I receive 18 records ( Basically I have to draw 18 details lines in a page irrespective of number of records)
Thanks,
Nikhil
I have to design a report in some format. And for that I am using some formulas with the assumption that each time I will recieve fix number of detail lines in the report page. I want to keep 18 detail lines on the page. So if my database table returns 12 records, even then I want to have 18 records in the page.
I am using a stored procedure in my report which returns a cursor to the report. I can not make changes in that stored procedure so that it always returns the records in the multiples of 18.
Can I do something in the report itself so that on each page I receive 18 records ( Basically I have to draw 18 details lines in a page irrespective of number of records)
Thanks,
Nikhil