MSKW41
This commit is contained in:
@@ -113,7 +113,7 @@ Public Class frmRecOrgConfig_Basic
|
||||
'End If
|
||||
Dim upd = String.Format("UPDATE TBPMO_KONFIGURATION SET WIKI_STRING = '{0}', CHANGED_WHO = '{1}', WD_UNICODE = {2} WHERE GUID = 1", Me.txtWiki.Text, USER_USERNAME, wduni)
|
||||
|
||||
If ClassDatabase.Execute_non_Query(upd, True) = True Then
|
||||
If ClassDatabase.Execute_non_Query(upd) = True Then
|
||||
lblSaveresult.Visible = True
|
||||
Else
|
||||
lblSaveresult.Visible = False
|
||||
@@ -237,4 +237,7 @@ Public Class frmRecOrgConfig_Basic
|
||||
End If
|
||||
End Sub
|
||||
|
||||
Private Sub txtWiki_VisibleChanged(sender As Object, e As EventArgs) Handles txtWiki.VisibleChanged
|
||||
|
||||
End Sub
|
||||
End Class
|
||||
Reference in New Issue
Block a user