Add PreferExternalValue to control which value will be the final value

This commit is contained in:
Jonathan Jenne
2022-05-03 15:32:35 +02:00
parent 5fe4079028
commit 5accfbe002
6 changed files with 84 additions and 46 deletions

View File

@@ -122,7 +122,7 @@ Public Class ReportGenerator(Of TReport As IReport)
Dim oValue = Database.GetScalarValue(oSQL)
If oValue IsNot Nothing Then
oField.Value.Final = oValue
oField.Value.SetExternalValue(oValue)
End If
Next
Next