jj 10.11 fix datagridview not updating
This commit is contained in:
parent
1b11458d3c
commit
affb3e8463
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user