Hi,
Can anyone provide me with a script on how to update the value of one text field based on the value of another text field? I would like to update the value of a text field on my form called "FutureHoursNeeded" based on the value inputted in another text field on my form called "PercentCompleted".
It should perform an operation to check
if (document.editProj.PercentCompleted.value=="100"
{
and if it does then a value of 0 should be written to FutureHoursNeeded.
Any help is greatly appreciated!
Can anyone provide me with a script on how to update the value of one text field based on the value of another text field? I would like to update the value of a text field on my form called "FutureHoursNeeded" based on the value inputted in another text field on my form called "PercentCompleted".
It should perform an operation to check
if (document.editProj.PercentCompleted.value=="100"
and if it does then a value of 0 should be written to FutureHoursNeeded.
Any help is greatly appreciated!