how to ...?
My problem is that i want the detail band to repeat exactly 50 tims,no
matter if there is records or no.
So if there are more then 50 records then no problem,but what if there are
20 records only, and i want detali bands to repeat 50 times,besose i have a
shape
who make a table and the table must be of 50 rows , no matter if is not
full.
matter if there is records or no.
So if there are more then 50 records then no problem,but what if there are
20 records only, and i want detali bands to repeat 50 times,besose i have a
shape
who make a table and the table must be of 50 rows , no matter if is not
full.
This discussion has been closed.
Comments
please use your real name, thankyou.
regards,
Chris Ueberall;
myReport.DataPipeline := nil;
myReport.AutoStop := False;
Then if you have a fixed height detail band, you can calc the number of
detail bands that fit on each page:
myReport.PageLimit := 50 DIV DetailBandsPerPage;
--
Nard Moseley
Digital Metaphors
http://www.digital-metaphors.com
Best regards,
Nard Moseley
Digital Metaphors
www.digital-metaphors.com