...da sieht man man wieder. Ich hätte in der Schule besser aufpassen sollen.
Zu meiner Verteidigung:
Delphi-Quellcode:
if NOT(DMED.FDQBelKopf.Active) then
DMED.FDQBelKopf.open();
if NOT(DMED.FDQBelPos.Active) then
DMED.FDQBelPos.open();
if NOT(DMED.FDQBelArt.Active) then
DMED.FDQBelArt.open();
if NOT(DMED.FDQVorgang.Active) then
DMED.FDQVorgang.open();
if NOT(DMED.FDQTermin.Active) then
DMED.FDQTermin.open();
if NOT(DMED.FDQAdr.Active) then
DMED.FDQAdr.open();
if NOT(DMED.FDQEMail.Active) then
DMED.FDQEMail.open(); // die hier
if NOT(DMED.FDQTeil.Active) then
DMED.FDQTeil.open();
if NOT(DMED.FDQBelStatus.Active) then
DMED.FDQBelStatus.open();
if NOT(DMED.FDQZahlung.Active) then
DMED.FDQZahlung.open();
if NOT(DMLUP.FDQDatevPlus.Active) then
DMLUP.FDQDatevPlus.open();
if NOT(DMLUP.FDQDatevMinus.Active) then
DMLUP.FDQDatevMinus.open();
...da kann man so etwas mal übersehen.