VBD Versand TC, Mail sender

This commit is contained in:
2025-10-02 09:08:44 +02:00
parent e85eaa7bfb
commit 600a5fb8f7
9 changed files with 97 additions and 34 deletions

View File

@@ -469,7 +469,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()