[SOLVED] Â Javascript Help |
12/20/2017 10:15:58 AM |
ASPRunner.NET General questions | |
![]() I need help with the following. All fields are floats. I can get the fields to add, but the multiplication does not fire at all. var ctrlQuantity = Runner.getControl(pageid, 'Quantity'); |
|
![]() |
Sergey Kornilov admin 12/20/2017 |
It appears that your multiplication happens outside of setValue() function call. Try the following:
|
![]() |
jadach authorDevClub member 12/20/2017 |
Perfect!! Thanks Sergey. |