This commit is contained in:
Digital Data - Marlon Schreiber
2019-03-26 16:47:02 +01:00
parent 0a4720c931
commit 5daf8617ed
18 changed files with 1850 additions and 801 deletions

View File

@@ -366,7 +366,7 @@
Me.setimageNull = True
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)
Dim sql As String = String.Format("UPDATE TBPMO_STRUCTURE_NODES_CONFIGURATION SET NODE_IMAGE IS NULL WHERE GUID = {0}", Me.GUIDTextBox.Text)
If ClassDatabase.Execute_non_Query(sql, False) = True Then
setimageNull = False
End If