This commit is contained in:
2025-10-02 09:24:05 +02:00
8 changed files with 114 additions and 51 deletions

View File

@@ -471,7 +471,9 @@ Public Class frmMitarbDetails
Dim newMid As Integer = 0
If txtVname.Text = "" And txtNname.Text = "" Then MsgBox("Bitte geben Sie einen Namen ein!") : Exit Sub
USRPARAM_Bind.updateBinding()
If USRPARAM_Bind IsNot Nothing Then
USRPARAM_Bind.updateBinding()
End If
getMitarbeiter()