Using Livecycle Designer ES4 w/ Javascript
I have a numeric field PurchasePrice and a Floating Field DepositAmt that is calculated using this.rawValue = PurchasePrice.rawValue * .3;
In Design View, the line that includes DepositAmt looks like this:
- 30% or {DepositAmt} with this signed agreement as a deposit;
In Preview the line looks like this:
- 30% or
with this signed agreement as a deposit;
And after a number is entered into PurchasePrice it looks like this:
- 30% or $1,000.00
with this signed agreement as a deposit;
I have other lines with "30% to include..." and no return is added.
I have deleted the line and retyped it
I have deleted the Floating Field and recreated it
I have tried FormCalc with the same result
Thanks in advance for any assistance!
R