Hi, I use the follwing javascript code to repalce "." with "," during user data entry:
if (FlagDecimal && (keychar == ".")) {window.event.keyCode = 44;
This code doesn't work with IE11, but with IE old version (10,8,8,...) it works.
Can someone help me ?
regard
Stefano