FreeSpace don't work in PageFooter1OnBeforePrint?
Hello Alexander,
This code in an OnBeforePrint event of a PageFooter doesn't work in Fr3,but work in fr2.5,How to solve this.
procedure PageFooter1OnBeforePrint(Sender: TfrxComponent);
begin
with Engine do
begin
while FreeSpace > 2 do
ShowBand(Child1)
end
end;
This code in an OnBeforePrint event of a PageFooter doesn't work in Fr3,but work in fr2.5,How to solve this.
procedure PageFooter1OnBeforePrint(Sender: TfrxComponent);
begin
with Engine do
begin
while FreeSpace > 2 do
ShowBand(Child1)
end
end;
Comments