Einzelnen Beitrag anzeigen

Benutzerbild von robinWie
robinWie

Registriert seit: 26. Okt 2005
Ort: Lippcity
404 Beiträge
 
Delphi 2005 Personal
 
#5

Re: Problem bei Alarm abfrage

  Alt 6. Jun 2009, 14:17
ich hab mein Fehler gefunden

Delphi-Quellcode:
with DeepthAlertDlg do
    begin
      DBT_Min_A := (MainForm.ENV_DBT <> negInfinity) and DBT_Alert.Checked and EnDBT_Min.Checked and (MainForm.ENV_DBT < DeepthDlg.DBT_Min);
      [...]
Durch das with hat der ein Edit Feld, was auf DeepthAlertDlg, DBT_Min heißt abgefragt und nich die Variable DBT_Min

Thx für die schnelle hilfe
Robin W.
Ein Computer kann (fast) alles.... Man muss es ihm nur beibringen
  Mit Zitat antworten Zitat