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