I'm trying to stop cells from rounding up to the wrong digits, and
through Help in adove livecycle I found out what script to write to
ensure the field rounds to the correct number of decimal places, however
I have no idea where in the codes to put this. Anyone know?Here is what
adobe help gave me:RoundEvaluates a given numeric value or expression
and returns a number rounded to a given number of decimal
places.SyntaxRound(n1 [, n2])Parameters ParameterDescriptionn1 A numeric
value or expression...