Hello,
I have created a form that contains a table that currently has one row and several columns. To add additional rows/columns the user would click an "Add Additional Rows" button. . One column of the table name "FeeDue" would be used for numeric values. Those numbers would be added together in the "Total" column. When numbers are enetered in a column named "Ramount" those numbesr would be subtracted from the "Total".
Everything works with one exception -- The number add correctly, the first subtraction works correctly, but when I add a new row the subtraction in that and any following rows do not..
Also, is there anyway to get the numeric values from a drop down list to add? When I try to do so, I get a number 1 or 2, and not the actual number.
This is the script.
---------------------------form1.DV.Subform2.Total::calculate: - (FormCalc, client)-------------------------------------
sum(Table1.Row2[*].FeeDue[*]) - (Table1.Row2[*].Ramount[*])
-------------------------------------
Also, is there anyway to get the numeric values from a drop down list to add? When I try to do so, I get a number 1 or 2, and not the actual number.
Thank you
Solved! Go to Solution.
Views
Replies
Total Likes
The form is on its way.
Views
Replies
Total Likes
I am not sure what may be going on without seeing the form. I put together the attached which has drop-downs for numerics values and does subtraction.
Steve
Views
Replies
Total Likes
Thank you so much for responding.
Please see attached - the form. From the header AMOUNT should calculate in Row 2 and REASON CHECK RETURNED Amount should subtract from the Total.
Date: Wed, 21 Jul 2010 09:01:04 -0600
From: forums@adobe.com
To: theolar@hotmail.com
I am not sure what may be going on without seeing the form. I put together the attached which has drop-downs for numerics values and does subtraction.
http://forums.adobe.com/servlet/JiveServlet/showImage/34841/Untitled.png
Steve
>
Views
Replies
Total Likes
The attachment didn't make it. Alternatively you can send it to stwalker.adobe@gmail.com.
Views
Replies
Total Likes
The attachment does not open for me.
Date: Wed, 21 Jul 2010 09:01:04 -0600
From: forums@adobe.com
To: theolar@hotmail.com
I am not sure what may be going on without seeing the form. I put together the attached which has drop-downs for numerics values and does subtraction.
http://forums.adobe.com/servlet/JiveServlet/showImage/34841/Untitled.png
Steve
>
Views
Replies
Total Likes
The form is on its way.
Views
Replies
Total Likes
Thank you.
This takes care of the problem.
Views
Replies
Total Likes
Views
Likes
Replies