It seems that TCRBatchMove does not support for dest field of type TOraNumber.
In case of the dest field is of tye TOraNumber, TCRBatchMove seems to have a problem to update successfully for using AsVariant
I have made a quick change (using AsString) at line 385 to have a quick-dirty solve:
Code: Select all
DestField.AsString := SrcField.AsString;