Page 1 of 1

problem with suite 3.5.0.231 and format number.

PostPosted: 11 May 2017 14:34
by hsbelli72
hi, since install the suite 3.5.0.231 in all my jqedit when do this , have an error "is not a valid floating point value"

porcenta.text:='0.00'

when replace wiith this run ok.

porcenta.text:='0,00'

can please fix this.. is impossible do this change in all my proyect.. with older suite run ok.

regards

Re: problem with suite 3.5.0.231 and format number.

PostPosted: 11 May 2017 14:37
by Alexander Bulei
Hi hsbelli72,

Please provide more information.
TIA

Best Regards.

Re: problem with suite 3.5.0.231 and format number.

PostPosted: 11 May 2017 14:41
by Alexander Bulei
Btw, if you are using FormatOptions and FormatOptions.Type_ = ftDecimal, since 3.5.0.210, the component is using the system FormatSettings to convert string to float.

Best Regards.

Re: problem with suite 3.5.0.231 and format number.

PostPosted: 11 May 2017 15:32
by hsbelli72
hi, ok.. then i need change all my proyects.. :(

regards