This commit is contained in:
2020-06-04 22:19:07 +02:00
parent bf4f36a8f2
commit 8f6eaaaba8
37 changed files with 515 additions and 318 deletions

View File

@@ -9,7 +9,7 @@ Public Class frmTv
Private Sub btnOK_Click(sender As Object, e As EventArgs) Handles btnOK.Click
lblAndererText.ForeColor = Color.Black
If txt.Text = "" Then lblAndererText.ForeColor = Color.Red : Me.DialogResult = Windows.Forms.DialogResult.None : Exit Sub
If txt.Text = "" Then lblAndererText.ForeColor = Color.Red : Me.DialogResult = DialogResult.None : Exit Sub
If avisoID > 0 Then
AVISO.UpdateAvisoTVHinweis(avisoID, txt.Text)
End If