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

Markus_O_
Markus_O_
Offline

Badges

Badges
6

Accepted Solutions

Accepted Solutions
1

Likes Received

Likes Received
1

Posts

Posts
4

Discussions

Discussions
0

Questions

Questions
4

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by Markus_O_
Customize the badges you want to showcase on your profile
Re: How to add rows in nested tables (JavaScript) - Adobe LiveCycle 05-04-2018
I just found the solution: I missed to check "Repeat Table for Each Data Item" for the row I wanted to insert...https://help.adobe.com/en_US/livecycle/9.0/designerHelp/index.htm?content=000246.html

Views

1.0K

Likes

0

Replies

0
Re: How to add rows in nested tables (JavaScript) - Adobe LiveCycle 05-04-2018
I am sorry. It was the first one, after several tries, that was not blocked at work.I put the file on my dropbox at home: https://www.dropbox.com/l/scl/AAC6RjU6cj9r0Qk9Z0kDh6UCbtrX5fhl9SE

Views

1.0K

Likes

0

Replies

0
Re: How to add rows in nested tables (JavaScript) - Adobe LiveCycle 05-04-2018
Hi Bruce,thank you for your feedback. An example is available here: https://file.town/download/rl5pfnghtxumd47la6uxzymqjI am really curious for the solution, as I tried lots of different variants...Best regardsMarkus

Views

1.0K

Likes

0

Replies

0
How to add rows in nested tables (JavaScript) - Adobe LiveCycle 05-04-2018
Hello,I made my first steps with LiveCycle Designer ES2 and tried to create a form containing some tables and nested tables. In the "standard" tables I managed to add lines using Java Script in this way: Formular1.TF_Liste.tbl_Listendaten.Zeile1.formAddRem.btnAdd::click - (JavaScript, client)rowNum = this.parent.parent.index + 1;this.parent.parent.instanceManager.insertInstance(rowNum);xfa.form.recalculate(1);I also managed to remove them in a similar way. The button "btnAdd" is inside a form in...

Views

2.2K

Like

1

Replies

6
Likes given to
Likes from