Hi,
I'm using IWDBEdit for a BCDField connected to a BCDField.
My regional settings uses ',' as decimal separator (French), but I need to be able to allow using '.' key for usability (numpad).
Changing DecimalPoint property to '.' result in a validation error, and I've had no success in working around using Async events to do the replacing.
Ideally, typing either ',' or '.' would result in ','
Thank for your help.
-
Didier