MS - 21.09
This commit is contained in:
@@ -35,7 +35,9 @@
|
||||
Me.CHANGED_WHOTextBox.Text = Environment.UserName
|
||||
Me.TBDD_USERBindingSource.EndEdit()
|
||||
Me.TBDD_USERTableAdapter.Update(Me.DD_DMSDataSet.TBDD_USER)
|
||||
MsgBox("Chages saved successfully.", MsgBoxStyle.Information)
|
||||
lblsave.Visible = True
|
||||
Else
|
||||
lblsave.Visible = False
|
||||
End If
|
||||
Catch ex As Exception
|
||||
MsgBox("Error in Save USer:" & vbNewLine & ex.Message, MsgBoxStyle.Critical)
|
||||
|
||||
Reference in New Issue
Block a user