MS_04.01
This commit is contained in:
@@ -365,7 +365,7 @@
|
||||
pbBackground.ImageLocation = Nothing
|
||||
pbBackground.Image = Nothing
|
||||
Dim sql As String = String.Format("UPDATE TBPMO_STRUCTURE_NODES_CONFIGURATION SET NODE_IMAGE = NULL WHERE GUID = {0}", Me.GUIDTextBox.Text)
|
||||
If ClassDatabase.Execute_non_Query(sql) = True Then
|
||||
If ClassDatabase.Execute_non_Query(sql, False) = True Then
|
||||
setimageNull = False
|
||||
End If
|
||||
Catch ex As Exception
|
||||
|
||||
Reference in New Issue
Block a user