I work in Argentina, there you use the point to separate thousands and the
comma for the decimal places. So in VFP 9 I just use SET SYSFORMATS ON,
since the Windows settings are set to Spanish (Argentina).
But there is one problem. On all keyboards that have Spanish or even
Argentine layouts, on the numeric keypad of the keyboard you have just "."
(point) and when you press down this key you get of course a point on the
screen but when in Fox you press it inside a numeric field you don't get
anything. You have to use then the comma in the left part of the keyboard.
How can I achieve to get on screen a comma when I press down the point key
on the numeric keypad?