TCurrencyField Not Found

I have added a currency field to my object and when I pull it through from my XData Server to my design time WebCore TXDataWebDataset with 'Add Fields' a TCurrencyField is created. 


However when I compile I get teh exception that TCurrencyField can't be found.

Do I need to manually create this as a FloatField?

Thanks

Yes, indeed that's an issue with the design-time fields editor of TXDataWebDataset. You need to manually create it as TFloatField. We have internally fixed this and net update will correctly create the field as TFloatField instead of TCurrencyField.

thanks