neu
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user