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

Amidwinter
Amidwinter
Offline

Badges

Badges
2

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts

Posts
3

Discussions

Discussions
0

Questions

Questions
3

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by Amidwinter
Customize the badges you want to showcase on your profile
Re: Recalculate not working on LiveCycle document after new fields added - Adobe LiveCycle 22-08-2012
Hi Andrew,You seem to have a circular dependency in your calculation scripts. The one in form1.#subform[0].Body.ScoreLetterGen::calculate is updating the field as form1.#subform[0].Body.ScoreLetter::calculate. If you can add a xfa.host.messageBox(xfa.form.form1.#subform.ScoreAvg.rawValue) to the form1.#subform[0].Body.ScoreLetter::calculate code you can see that it gets called a lot of times.You might find it easier to reference the current field using this, and you can remove the reference to t...

Views

148

Likes

0

Replies

0