MetaDataField Size and Precision the wrong way around ?
I've had to blink twice for this one having got the CustomExpressionBuilder RelatedField MetaDataField Size and Precision properties return each others data ?
So for a table that shows a field as Numeric (10,2)
I am getting a Size of 2 and a Precision of 10
I forget to export MetadataField.Scale property to the ActiveX interface. Sorry for inconvenience.
I have added IMetadataField.Scale upstream, and the fix will be included in the next build.