Error Unconnected Header / Footer - What does it mean?

edited 11:07PM in FastReport 4.0
Hello,
i have in my FastReport a Memo Component and befor print, this code must be execute:
Hallo Zusammen,
begin
  if <DBkundendaten."zahlart"> = 'rechnung' then                             
  begin
    MZahlart.Visible
  end;                 
end.

But when i start the programm i get this error message
wrote:
Unconnected Header/Footer Footer2

Where is my problem? What does it mean?
Thanks and best regards

Comments

  • gordkgordk St.Catherines On. Canada.
    edited 11:07PM
    sounds like footer2 does not have a corresponding header.
  • edited 11:07PM
    Hello,
    what can i do to get a corresponding header?
  • gordkgordk St.Catherines On. Canada.
    edited 11:07PM
    put the headers in the correct position on design page.
    unless free band placement is set in the designer the engine expects
    headerband
    databand
    footerband

Leave a Comment