Footerband
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
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
This discussion has been closed.
Comments
this method?
--
Cheers,
Alexander Kramnik
Digital Metaphors
http://www.digital-metaphors.com
info@digital-metaphors.com
I'm trying to print an invoice with more then 2 pages.
the footerband must only print on the laste page of the invoice and the
oders must print "CONTINUA" at the same place.
thanks
"Alexander Kramnik (Digital Metaphors)"
footer band which is guaranteed to print only once at the very end of the
report.
--
Cheers,
Alexander Kramnik
Digital Metaphors
http://www.digital-metaphors.com
info@digital-metaphors.com
the summary band prints after de detail band.
can I control the position of the summary band to print at the bottom
of the page
note: I have a predifined paper
I'm trying to do a report like this examples
head
Name
.....
cod Description Price total
--------------------------------------------
(detail)
1 report builder 645 645
-------------------------------------------
(footer)
totals
"Alexander Kramnik (Digital Metaphors)"
example.
http://www.digital-metaphors.com/tips/SummaryReplacesFooter.zip
--
Cheers,
Alexander Kramnik
Digital Metaphors
http://www.digital-metaphors.com
info@digital-metaphors.com