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