Home General
New Blog Posts: Merging Reports - Part 1 and Part 2

Footerband

edited May 2002 in General
I

I have a problem with report builder Enterprise 6.03 delphi 4.
on the event beforeprint of footerband i put this code

if rep1.SecondPass then
begin
if rep1.AbsolutePageNo=rep1.AbsolutePageCount then
begin
ppFooterband1.Visible:=true;
ppPageStyle1.Visible:=false;
end
else
begin
ppFooterband1.Visible:=false;
ppPageStyle1.Visible:=true;
end;
end;

but when print the report it really not print the footerband but it
put the lines of the second page until it fill the space of the footerband
of the first page
and that lines still on the second page.

there is any way to stop it from do this, and leave the space of the
footerband blank.

note: The report builder Pro 4.01 do it fine.

thanks.


Abrito - Solu??es de Informatica Ld?
Alberto Brito
alberto.brito@oninet.pt
rua 1? maio nr? 83
4590 Pa?os de Ferreira

Comments

This discussion has been closed.