Re: [web2py] enter a 'comma' instead of dot for floating point numbers.

2012-08-13 Thread max
thank a lot. helps me to do what i want. Am Montag, 13. August 2012 16:00:17 UTC+2 schrieb rochacbruno: > > take a look on custom validators > http://rochacbruno.com.br/custom-validator-for-web2py-forms/ > Em 13/08/2012 10:54, "max" > escreveu: > >> One of my users use german keyboard. is there

Re: [web2py] enter a 'comma' instead of dot for floating point numbers.

2012-08-13 Thread Bruno Rocha
take a look on custom validators http://rochacbruno.com.br/custom-validator-for-web2py-forms/ Em 13/08/2012 10:54, "max" escreveu: > One of my users use german keyboard. is there any possibility for the dot > in a floating point number identified as comma. > for me global replacing is also o.k.

[web2py] enter a 'comma' instead of dot for floating point numbers.

2012-08-13 Thread max
One of my users use german keyboard. is there any possibility for the dot in a floating point number identified as comma. for me global replacing is also o.k. Example: 1223.12 as 122,23 for all the values in forms. --