![]() |
Sergey Kornilov admin 3/5/2015 |
Input controls do not have 'onload' event. What you can do is just call func() function right there, at the end of your event. var ctrlPrice = Runner.getControl(pageid, 'Price'); |
P
|
pmorenoc07 author 3/5/2015 |
Input controls do not have 'onload' event. What you can do is just call func() function right there, at the end of your event. var ctrlPrice = Runner.getControl(pageid, 'Price');
|
![]() |
Sergey Kornilov admin 3/5/2015 |
I think you have some other code that might be doing that. I'm not seeing how the code you posted will do that when record is being saved. |
P
|
pmorenoc07 author 3/5/2015 |
I think you have some other code that might be doing that. I'm not seeing how the code you posted will do that when record is being saved.
|