10.01.2016
This commit is contained in:
@@ -389,8 +389,6 @@ Public Class ClassControlBuilder
|
||||
If CURRENT_RECORD_ID <> 0 Then
|
||||
If ClassControlCommandsUI.InsertControlValue(CONTROL_ID, CURRENT_RECORD_ID, value) = False Then
|
||||
ClassLogger.Add(" >> Check Insert depending control (XXX) value as it was nothing and Insert was not successful", False)
|
||||
Else
|
||||
ClassProxy.Refresh_Control_Data()
|
||||
End If
|
||||
End If
|
||||
|
||||
@@ -544,7 +542,6 @@ Public Class ClassControlBuilder
|
||||
|
||||
End If
|
||||
Next
|
||||
ClassProxy.Refresh_Control_Data()
|
||||
Catch ex As Exception
|
||||
MsgBox("Unexpected error in DependingControls - " & CONTROL_ID.ToString & ": " & ex.Message, MsgBoxStyle.Critical)
|
||||
End Try
|
||||
|
||||
Reference in New Issue
Block a user