Änderungen zur Implementierung einer automatsicnen Autovervollständigungs "KI"

This commit is contained in:
ja
2021-11-09 15:58:21 +01:00
parent 58f4a16781
commit 8971416b81
4 changed files with 8 additions and 9 deletions

View File

@@ -495,7 +495,7 @@ Partial Class CustomsAviso
regval_txt_KdNrAuftrag_M.ForeColor = Drawing.Color.Red
regval_txt_KdNrAuftrag_M.ErrorMessage = "Die Kundennummer ist nicht richtig formatiert."
End If
ElseIf String.IsNullOrEmpty(txt_LKWNr_M.Text) = False Then
ElseIf txt_LKWNr_M.Text IsNot "" Then
txt_LKWNr_M.ValidateRequestMode = UI.ValidateRequestMode.Enabled
regexval_txt_LKWNr_M.Enabled = True
regexval_txt_LKWNr_M.Validate()