Improve Error handling across the board
This commit is contained in:
@@ -184,7 +184,8 @@ Public Class frmRowEditor
|
||||
'End If
|
||||
|
||||
' 03.12.21: For now we always remove the error if ANYTHING changed about the field
|
||||
oFieldValue.Error = FieldError.None
|
||||
'oFieldValue.Error = FieldErrorType.None
|
||||
oFieldValue.Errors.Clear()
|
||||
|
||||
' Save the grid value to the Field
|
||||
oFieldValue.Final = oValueFromGrid.Trim()
|
||||
|
||||
Reference in New Issue
Block a user