Page 1 of 1

New user need help to print

Posted: Tue Feb 02, 2010 6:42 am
by ZoliNewUser
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.

New user need help to print

Posted: Tue Feb 02, 2010 12:08 pm
by ZoliNewUser
Hi,
I am here again.
I find out (i hope) what a problem is.
I use some panels on Databand and somtime i have to hide some panels.
It looks as that the report can not resizes the pageheigt, it does not reduce the height of the hidden panel.
But i still can not figure it out.
Thanks.

New user need help to print

Posted: Tue Feb 02, 2010 5:13 pm
by Edward
Hi

Please download the latest available prerelease build. The problem with panel is fixed there.

Thank you.