Hello. I hope I'm in the right spot.
I have a form I created in Adobe Writer 8.1. I am using LiveCycle Designer to edit it. There is one column in the form where I would like to have the total add at the bottom, but I can't figure out at all how to get it to work. Can anyone help?
Thanks!
Views
Replies
Total Likes
If you look under where you installed Designer in \EN\Samples\Forms\Purchase Order you find a sample that does what you want
Views
Replies
Total Likes
Yes I see it. But where do I see how it got it to do that? I'm assuming there is a formula, but I don't know where to enter it or what to enter?
Views
Replies
Total Likes
formCalc in the grand total box:
Sum(amount[*])
Assuming you have named each of the totals in the column (amount)
Views
Replies
Total Likes
There is a script editor in Designer, if it is not there please click on Window>Script Editor. you can write your script there on Calculate Event.
Views
Replies
Total Likes
I finally got it to work! Thanks so much to all of you.
One follow up question. I noticed that the column only seems to total when you click in the total box. Is there a way for it to total as you go? Kind of create a running total?
Views
Replies
Total Likes
i think you have written the script on click event of Total Box. You need to write the script on calculate event. It would make the total box read only and calculation would happen at run time.
That was it! Thanks for your help!
Views
Replies
Total Likes