MS Rückruf

This commit is contained in:
2024-05-29 13:43:55 +02:00
parent 297ecfab7b
commit 5ca4c04669
3 changed files with 17 additions and 11 deletions

View File

@@ -21,7 +21,10 @@ Public Class frmRueckruf
End If
tsstatus.Text = ""
Continue_Reject = True
Dim oReason = txtReason.Text
oReason.Replace(vbCr, "<br>").Replace(vbLf, "<br>")
Reject_reason = txtReason.Text
Me.Close()
Else
tsstatus.Text = "Please add a reason for aborting - " & Now
End If