New user need help to print
Posted: Tue Feb 02, 2010 6:42 am
Hi,
I'm a new user.
I have a simple report with large height//
ReportTitle
Groupheader (InvoiceID)
Databand (some panels + subreports..) // Sometime databand.height exceeds A4 height.
Groupfooter
On property window:
Page1.LargeHeight = true;
Page1.PaperSize = A4;
Page1.PageHeight = 29.7 cm //Default
Page1.PageWidth = 21; cm // Default
On designer window: Page1.Height = 63 cm.
All what i want is:
-At first record (first invoice, InvoiceID=1) Groupheader.NewPagerBefore = false;
-At next record (next invoice) Groupheader.NewPagerBefore = true;
-The most important thing: I want print report to A4 paper and when the invoice record height exceeds A4 paper, printing follows at a next paper.
Now it works topsy-turvy. It always breaks a new page at a two-thirds of current paper. It drives me mad.
Thanks.
I'm a new user.
I have a simple report with large height//
ReportTitle
Groupheader (InvoiceID)
Databand (some panels + subreports..) // Sometime databand.height exceeds A4 height.
Groupfooter
On property window:
Page1.LargeHeight = true;
Page1.PaperSize = A4;
Page1.PageHeight = 29.7 cm //Default
Page1.PageWidth = 21; cm // Default
On designer window: Page1.Height = 63 cm.
All what i want is:
-At first record (first invoice, InvoiceID=1) Groupheader.NewPagerBefore = false;
-At next record (next invoice) Groupheader.NewPagerBefore = true;
-The most important thing: I want print report to A4 paper and when the invoice record height exceeds A4 paper, printing follows at a next paper.
Now it works topsy-turvy. It always breaks a new page at a two-thirds of current paper. It drives me mad.
Thanks.