MS
This commit is contained in:
@@ -50,7 +50,7 @@
|
||||
Dim Name = FormBindingSource.Item(FormBindingSource.Position).Item("NAME")
|
||||
|
||||
If IsNothing(FormID) = False Then
|
||||
TBPMO_MENU_FORM_ENTRIESTableAdapter.Insert(MenuID, FormID, "", Name, 1, Environment.UserName, Date.Now, Nothing, Nothing)
|
||||
TBPMO_MENU_FORM_ENTRIESTableAdapter.Insert(MenuID, FormID, "", Name, 1, USER_USERNAME, Date.Now, Nothing, Nothing)
|
||||
RefreshMenuEntries()
|
||||
End If
|
||||
Catch ex As Exception
|
||||
|
||||
Reference in New Issue
Block a user