TCRBatchMove with TOraNumber Field
Posted: Sat 08 Jan 2011 03:01
Hello
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:
Since you have defined this TOraNumber type, so please add suport of this type in the "CASE" block.
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;