Einzelnen Beitrag anzeigen

Ratte

Registriert seit: 12. Dez 2003
Ort: Erfurt
345 Beiträge
 
Delphi 2005 Personal
 
#5

Re: calfield nimmt daten falsch an

  Alt 25. Dez 2003, 15:07
Hi,

probier stattdessen mal:
Delphi-Quellcode:
IF (ingoL1.Value='') OR (ingoL2.Value='') OR (ingoL3.Value='') OR (ingoL4.Value='') OR ingoL5.Value='') OR (ingoL6.Value='') OR (ingoL7.Value='') OR (ingoL8.Value='') OR (ingoL9.Value='') THEN
ingoGesamt.Value :=inttostr(strtoint(ingoL1.Value) + strtoint(ingoL2.Value) + strtoint(ingoL3.Value) + strtoint(ingoL4.Value) + strtoint(ingoL5.Value) + strtoint(ingoL6.Value) + strtoint(ingoL7.Value) + strtoint(ingoL8.Value) + strtoint(ingoL9.Value));
Ratte
  Mit Zitat antworten Zitat