Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

ebb01983
ebb01983
Offline

Badges

Badges
7

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts

Posts
25

Discussions

Discussions
0

Questions

Questions
25

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by ebb01983
Customize the badges you want to showcase on your profile
Help with recalculation when row deleted or inserted - Adobe LiveCycle 01-07-2009
Hello All, I need some help with the attached form I can not get the calculation fields to update correctly.When the form is first loaded all the calculations are correct.however if a row is inserted or deleted all my Subtotal fields on each page (except the last page) are set to 0. And the last subtotal does not update at all.the carry forward calculation does something strnage as well, the value starts INCREASING when a row is deleted.It makes no sense at all to me, i was hoping someone can ta...

Views

458

Likes

0

Replies

0
Re: Calculate page subtotals in repeating dynamic subform - Adobe LiveCycle 30-06-2009
solved, spent way too long on this and it was such a small thing!!!I have put the carryforward subform inside the header subform, and set the header subform as the overflow leader. I also made the carryforward subform hidden if on the first page! Thanks for your help on this episode Paul.

Views

712

Likes

0

Replies

0
Re: Calculate page subtotals in repeating dynamic subform - Adobe LiveCycle 30-06-2009
Ok i have figured out the calculations and I am getting exactly what i expect now.I still have 1 remaining problem to (it is do with pagination settings)............I need to have each page displayed in the following way.subform headersubform carryforwardsubform sf1subform footersubform totalsf1at the moment only the first page is correct, each following page only shows <----subform header is missing!subform carryforwardsubform sf1subform footersubform totalsf1can someone help me with pagination...

Views

713

Likes

0

Replies

0
Re: Calculate page subtotals in repeating dynamic subform - Adobe LiveCycle 29-06-2009
meh i hate being a nuissance! but we still having a problem:, page 3 is wrong

Views

1.1K

Likes

0

Replies

0
Re: Calculate page subtotals in repeating dynamic subform - Adobe LiveCycle 29-06-2009
Hi Paul thanks for your help again,the calculation for the "Footer" subform is still incorrect. It totals incorrectly, it should add all fields in AmountPaid + Carryforward field. For example page two of the document should have the page total value of 8218, and page 3 of the document should have a page total of 9472.Also I need the Header on each page. Appreciate if you can help me on these two matters I have been trying for several hours now:(

Views

1.0K

Likes

0

Replies

0
Re: Calculate page subtotals in repeating dynamic subform - Adobe LiveCycle 29-06-2009
Hello Paul,Than you very much for your help on this, I thought I had it all complete but my boss wants a new feature added that Im not sure about. I hope you can help once again.At the moment the document shows a subtotal on each page and a grand total on the last page, I have been asked into implement a carry-forward value, see example below for what i mean:------------------------------------>>PAGE 1 START<>PAGE 1 FINISH<<------------------------------------------------------------------------...

Views

1.1K

Likes

0

Replies

0
Re: Calculate page subtotals in repeating dynamic subform - Adobe LiveCycle 08-06-2009
I think I have found a solution:varoDB = xfa.sourceSet.nodes.item(nIndex);oDB.open();if(oDB.isEOF()){oDB.close();}else{oDB.first();...............rest of code.......................................oDB.close();}It works for me, but can anyone foresee a problem with this implementation?

Views

1.1K

Likes

0

Replies

0
Re: Calculate page subtotals in repeating dynamic subform - Adobe LiveCycle 05-06-2009
Hello Paul,I have 1 problem with my code for initialise in form1. If there is no data in my database i get the following error:GeneralError: Operation failed.XFAObject.first:12:XFA:form1[0]:initializefirst operation failed. There are no records in the datasource.I think the problem lies here on line.Sometimes my form will contain no data, so this is a problem for me because a form I have designed has 3 repeating subforms, if the 1st subform fails, the subsequent subforms do not work.How can I by...

Views

1.1K

Likes

0

Replies

0
Re: Calculate page subtotals in repeating dynamic subform - Adobe LiveCycle 04-06-2009
Perfect Paul !!Thank you very much for this,I see you added a new subform and the following code: How does the subform "understand" that it should show on every page instead of at the end of the previous subform?This part here?I cant see any other code additions, am i missing somewhere?

Views

1.1K

Likes

0

Replies

0
Re: Calculate page subtotals in repeating dynamic subform - Adobe LiveCycle 04-06-2009
Its ok whenever you get a chance, would be nice to get a good example

Views

1.1K

Likes

0

Replies

0