ProvAuswertung Kontoauszuege MAGrp Sparten.frf

Aus InfoAgent Dokumentation
Wechseln zu: Navigation, Suche


Änderungshistorie

Version 2.8.9.6

Der Kontostand alt erscheint nur auf dem jeweils ersten Blatt.

Gruppenkopf Groupheader1

  • OnBeforePrint:
begin
  if  [MyArr[[PAGE#]]]=1 then
  begin
    memo48.visible := true;
    memo49.visible := true;
  end
  else
  begin
    memo48.visible := false;
    memo49.visible := false;
  end;
end