I want the user to enter a currency value in an interactive field.
But in the OnAfterFieldChange-Event i only get the digits on the left side of the decimal point.
I tested an Interactive-TextField and an Interactive-FormField.
And i tested the following NumberFormats (DokumentField-Type -> Number):
- Currency
- Currency Default
- User Defined (Number Format : #0.00;;#0.00)
What's wrong?
Thanks!