Add PreferExternalValue to control which value will be the final value
This commit is contained in:
@@ -184,11 +184,10 @@ Public Class frmRowEditor
|
||||
'End If
|
||||
|
||||
' 03.12.21: For now we always remove the error if ANYTHING changed about the field
|
||||
'oFieldValue.Error = FieldErrorType.None
|
||||
oFieldValue.Errors.Clear()
|
||||
|
||||
' Save the grid value to the Field
|
||||
oFieldValue.Final = oValueFromGrid.Trim()
|
||||
oFieldValue.SetValue("Final", oValueFromGrid.Trim())
|
||||
|
||||
If _DocumentRow.Fields.ContainsKey(oField.Key) Then
|
||||
_DocumentRow.Fields.Item(oField.Key) = oFieldValue
|
||||
|
||||
Reference in New Issue
Block a user