Answered
I created a form it is all about food cost
f-1 foodinvoice
f-2 sales
f-3 food cost
I did this foodinvoice / sales = food cost
the 3th field is formated as percentage but when the enduser starts filling out the form they get this massage (the value entered does not match the format of the field (xxxx)
please help
You can also use the custom custom calculation script in Acrobat and add some 'console.print()' statements to see what is going on. You can also add this statement to LiveCycle Designer calculations.
I expect that you are trying to divide by zero!
What is the result of division by zero?
Hint, JavaScirpt has controls that prevent run away infinite loops for this calculation.
George Kaiser