 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Bob Bedford Guest
|
Posted: Mon Feb 19, 2007 3:36 pm Post subject: QuickReport header from second page |
|
|
Hello,
I've to print a TQrGroup with client details on the first page only at 2.5cm
from the top of the page. I can do that.
BUT, from the second page, I've to print a space of 5cm from the top of the
page. How can I do that ?
I use D6 ent. + QuickReport 3.5
Thanks for helping.
Bob |
|
| Back to top |
|
 |
Sergio Gonzalez Guest
|
Posted: Tue Feb 20, 2007 10:36 pm Post subject: Re: QuickReport header from second page |
|
|
"Bob Bedford" escribió
| Quote: | BUT, from the second page, I've to print a space of 5cm from the top of
the page. How can I do that ?
|
Add a PageHeader band, set its height to 5cm, and in BeforePrint you can do
this, for example:
procedure TqrMyReport.QRBand1BeforePrint(Sender: TQRCustomBand; var
PrintBand: Boolean);
begin
PrintBand := Self.PageNumber > 1;
end; |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|