06-21-2025, 02:11 PM
(This post was last modified: 06-21-2025, 02:11 PM by Kernelpanic.)
As soon as one edit or change something in the editor, everything duplicates again. This is clearly a bug.
After everything is corrected, there is no error message, but the result is still not displayed. I tried to consider the error messages, but there's no OK.
Everything duplicates again.
After everything is corrected, there is no error message, but the result is still not displayed. I tried to consider the error messages, but there's no OK.
Code: (Select All)
Case cmdBeendenBT
If Control(numKolbenhub).Value <> 0 Then
Text(txtErgebnis) = __UI_StrUsing$("###.##", ((2 * (Control(numKolbenhub).Value) * Control(numDrehzahl).Value) / 60 * 100))
End If
'Formel: kolbenges = (((2 * kolbenhub) * drehzahl) / (60 * 100))
Everything duplicates again.

