![]() |
jadachDevClub member 11/30/2016 |
Do your keyup function on ctrlQuantity |
E
|
edgarv author 12/1/2016 |
Do your keyup function on ctrlQuantity
|
![]() |
jadachDevClub member 12/1/2016 |
If the fields are read only, then why not do the calculation in the sql editor? No need for javascript if you are not changing values on the form. |
E
|
edgarv author 12/1/2016 |
If the fields are read only, then why not do the calculation in the sql editor? No need for javascript if you are not changing values on the form.
|
![]() |
jadachDevClub member 12/1/2016 |
I see. There is always more to the story than what you think. |
![]() |
Sergey Kornilov admin 12/1/2016 |
I'm with Jerry here - calculation in SQL Query should work just fine. If we are talking about Edit page - SQL Query is executed when Edit page is loaded. If we are talking about Add page - setting a default value will work. I just don't see how Javascript is relevant here. |
E
|
edgarv author 12/2/2016 |
I'm with Jerry here - calculation in SQL Query should work just fine. If we are talking about Edit page - SQL Query is executed when Edit page is loaded. If we are talking about Add page - setting a default value will work. I just don't see how Javascript is relevant here.
|
E
|
edgarv author 12/9/2016 |
After testing and trial and error I found the answer, after my script
|