Hello,
I have 4 numeric fields.The user enters dollar amounts in the first 3 fields. I have a FormCalc script in the 4th field that takes fields 2 and 3 from field 1 and display the total. It looks fine until the user hits the submit button. They they get the following error message:
I've checked the Pattern and it's set to this pattern: num{($zzz,zzz,zz9.99)}
What am I missing? Thanks for your help.
MDawn
Solved! Go to Solution.
Views
Replies
Total Likes
Change the field type to Decimal instead of Numeric.
(OR) change the Data format to Float under the Binding tab for Numeric type field.
Thanks
Srini
Views
Replies
Total Likes
Change the field type to Decimal instead of Numeric.
(OR) change the Data format to Float under the Binding tab for Numeric type field.
Thanks
Srini
Views
Replies
Total Likes
That did it. Thanks!
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies