jj 10.11 fix datagridview not updating
This commit is contained in:
@@ -520,8 +520,8 @@ Public Class ClassControlCommandsUI
|
|||||||
End If
|
End If
|
||||||
|
|
||||||
If TypeOf ctrl Is Windows.Forms.DataGridView Then
|
If TypeOf ctrl Is Windows.Forms.DataGridView Then
|
||||||
'Dim id As Integer = DirectCast(ctrl.Tag, ClassControlMetadata).Id
|
Dim id As Integer = DirectCast(ctrl.Tag, ClassControlMetadata).Id
|
||||||
'UpdateMultipleValues(id, RecordID, CONTROL_VALUE)
|
UpdateMultipleValues(id, RecordID, CONTROL_VALUE)
|
||||||
Continue For
|
Continue For
|
||||||
End If
|
End If
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user