Page 1 of 1

Static Data Postioning

Posted: Wed Aug 08, 2012 2:52 pm
by NigelRivit
Hello,
I have a report/form on which I'm working that prints on perforated paper, the perforation is a "return this stub with your payment" at the top of the form. The form contains some detail lines that print on the middle of the page (under the perforation) that may wrap to a second page if there are enough lines. The databand that outputs the detail lines is in a panel and I control the number of lines with a counter in a variable-once 25 lines are reached it starts a new page.

The first page prints fine, but if it wraps to the second page I need the panel to stay postioned below the perforation on the second page. Since it's a second page some of the data that is at the top of the first page isn't needed, and I don't want the panel with the detail shifting up into the perforation.

How do I tell a panel to stay in a static position on the page, no matter what's above or below it?

Thank you

Re: Static Data Postioning

Posted: Thu Aug 09, 2012 5:56 am
by Alex K.
Hello,

Can you please send us your report with test data for analysis.

Thank you.

Re: Static Data Postioning

Posted: Thu Aug 09, 2012 5:45 pm
by Brainstorm
Try to set a blank pageheader band on your report, that will keep the lines empty on all pages.

Re: Static Data Postioning

Posted: Mon Aug 13, 2012 1:11 pm
by HighAley
Hello.

Here is a blank page header on the all pages on the attached report.

Thank you.