Have you tried IS_DECIMAL_IN_RANGE(dot=T(','))? Also works for
IS_FLOAT_IN_RANGE().Anthony On Monday, August 13, 2012 9:54:27 AM UTC-4, max wrote: > > 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. > > > > > --

