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

davidg9418355
davidg9418355
Offline

Badges

Badges
2

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts

Posts
2

Discussions

Discussions
0

Questions

Questions
2

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by davidg9418355
Customize the badges you want to showcase on your profile
Re: Dynamic Table on form - Adobe LiveCycle 15-09-2017
Hi Thanks for your information.I'm not able to get the code to look at the first row when I put in the following code. The button won't work which means it won't add the second row. If I remove the [0] it works fine but I need the [0] etc to look at the different rows. Any ideas?if(Table1.Row1[0].Fullweight.rawValue == null && Table1.Row1[0].Emptyweight.rawValue == null) {xfa.host.messageBox("Please check the Full & Empty Weight Values.") end; }else { this.resolveNode('Table1._Row1').addInstance...

Views

326

Likes

0

Replies

0
Dynamic Table on form - Adobe LiveCycle 14-09-2017
I am trying to design a Form with a dynamic table but want to prevent the user from adding a row if there are null values in the current rowAny ideas?

Views

1.1K

Likes

0

Replies

3