This commit is contained in:
2020-03-16 17:21:25 +01:00
parent 813cc148ef
commit b3330ad1cc
8 changed files with 97 additions and 14 deletions

View File

@@ -1082,6 +1082,7 @@ Public Class frmFormDesigner
tslblAenderungen.Visible = True
tslblAenderungen.Text = "Änderungen gespeichert - " & Now
CHANGES_IN_ADMINISTRATION = True
Return True
Catch ex As Exception
@@ -1112,6 +1113,7 @@ Public Class frmFormDesigner
Dim oSQL = $"EXEC PRPM_CHANGE_CONTROL_CAPTION {guid},{escapedValue},'{USER_USERNAME}','{USER_LANGUAGE}'"
ClassDatabase.Execute_non_Query(oSQL)
End If
CHANGES_IN_ADMINISTRATION = True
Return True
End If