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

BassPlayer19
BassPlayer19
Offline

Badges

Badges
1

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts

Posts
1

Discussions

Discussions
0

Questions

Questions
1

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by BassPlayer19
Customize the badges you want to showcase on your profile
Loop Through Subform Instances - Adobe LiveCycle 20-06-2016
I'm very new to Javascripts and Livecycle,I have 4 fields (field1.rawValue, field2.rawValue, field3.rawValue & field4.rawValue wrapped in Subform1. I'm attempting to sum values entered in fields 1, 2, & 3 into field 4 with the following script.var myFields = field1.field2.field3.resolveNodes("Subform1[*]");var sum = 0.0for (var i = 0; i < myFields.length; i++) {sum += myFields.item(i).field4.rawValue;}this.rawValue = sum;When a new instance is added field4(1) should be the sum of field4(0) + fie...

Views

1.3K

Likes

0

Replies

2