Boa tarde, não sei se alguém já passou por isso e pode me ajudar, preciso ter 2 bands do tipo pagefooter.
No momento adicionei as duas bands e faço o seguinte teste:
/////////
if qryPedidosSTATUS.asstring = 'CO' then
begin
PageFooterBand1.Enabled := true;
PageFooterBand2.Enabled := false;
end
else
begin
PageFooterBand1.Enabled := false;
PageFooterBand2.Enabled := true;
end;
ResetPageFooterSize;
///////////
Porém só printa a PageFooterBand1 e a outra nunca printa.
Agradeço se alguém puder ajudar!