Answered
George,
The calcualtion works, but when I save it my total hours worked loses its total.
I deleted the "O" factor, sample below
var v1 = getField("Total TPP Hours").value;
var v2 = getField("Total Hours Worked").value;
// Perform calculation and set this field value
event.value = v1 / v2;
It works perfect, except when I open a new form I get a Javascript message:
The valve entered does not match the format of the field [Percentage]. If I click okay and just fill out form it works? I just get message when opening and saving? Any suggestions??? Jayne
I'm not sure why the field value is not retained when you save and reopen. Are you using a Reset Form action anywhere?
George