Hi,
I'm confused on how to use numbers and formats on editfields ... My OS X settings are: Spanish: point as a thousand separator and comma as a decimal separator. example: 1.234,56 If I enter 1234,56, those are the results: As a test purpose, I have for editfields in RB with this formats: - editfield-1 => ###,###,###.## => result => 1.234, - editfield-2 => ###,###,###.00 => result => 1.234,00 - editfield-3 => ###.###.###,## => result => 1.234, - editfield-4 => ###.###.###,00 => result => 1.234,00 all of them are wrong, but if you enter in the field to edit, you see the correct value: 1234,56 if for example i put 1234.56 (just changed the decimal comma separator with a dot decimal separator), and those are the results: - editfield-1 => ###,###,###.## => result => 1.234,56 - editfield-2 => ###,###,###.00 => result => 1.234,56 - editfield-3 => ###.###.###,## => result => 1.234,56 - editfield-4 => ###.###.###,00 => result => 1.234,5600 the first three are right, but if you enter inside the editfield, you see 1234.56 and here this is wrong, in Spain we use the comma as a decimal separator. I don't know what more I can try, I think this must be an obvious solution but I can't find it ... Regards, Raimon Fernandez Barcelona, Spain _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives: <http://support.realsoftware.com/listarchives/lists.html>
