We have designed the LN forms with editable fields.User enters the amounts in the editable fields. We are converting the these amounts to currency using 'CCur'. The actual issue is user enters the amounts with decimal separator either as comma(,) or dot(.). When converting the amounts to currency it is not considering the decimal and thousands separator. Example: User enters amounts as below: Amount1 = 2090,Amount2 = 1500,90 and Amount3 = 800 In the current case the TOTAL AMOUNT is calculated as 152980.00 which should be 4390.90 How can I achieve this? Do we have user specific settings in LN which automatically takes care such things?
Regards, Kishore