Static Data Postioning
Posted: Wed Aug 08, 2012 2:52 pm
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
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