[SOLVED] Calculate values on the fly issue |
4/20/2022 20:27:20 | |
| PHPRunner General questions | ||
|
A
alfonso authorDevClub member
I read this link https://xlinesoft.com/phprunner/docs/how_to_calculate_values_on_the_fly.htm and I try to use it but I don't know what must I put in "keyup" value function func() { ctrlneto.on('keyup', func); I get in total field "NaN" value Thanks |
||
|
A
|
alfonso authorDevClub member 4/20/2022 |
|
If solved with: |
|
|
A
|
alfonso authorDevClub member 4/21/2022 |
|
The problem is that I use the comma , as decimal separator and it works fine when adding and editing records, but when doing these calculations it fails because the decimal separator has to be the point. How can I solve it? |
|
|
|
fhumanes 4/22/2022 |