Dear vg, First of all you have group/sort your customer.
Then for limit number of row (r) you want to print in a page otherwise it would be hard to know the total pages for each customer. Calculate the the total row for each customer so you will get the total pages for each customer. Use a report template (FrontPage for example) and use generated design instead of auto design. Modify the page number section to meet your requirement. Then use element.newpage() where you reach row limit in a page or the customer change. Good Luck. Kris --- In [email protected], "V G" <[EMAIL PROTECTED]> wrote: > > Hi > There is a requirement wherein we are generating reports based on the > shipdate and want to break it based on the customer.So if it is a differnet > customer a new page will start. > For this the page number should look like 1 of 1 to 1 of X for one customer > and start from 1 again for a new customer. totalpages() will calculate the > total pages irresspective of the customer. > Is there a way to achive this. > Thanks in advance > VG > > > [Non-text portions of this message have been removed] >

