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

enippard1
enippard1
Offline

Badges

Badges
2

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts

Posts
2

Discussions

Discussions
1

Questions

Questions
1

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by enippard1
Customize the badges you want to showcase on your profile
Re: How do I enable users to add tables at runtime? - Adobe LiveCycle 10-07-2013
There are a couple of things you can do.You can repeat a table like you are repeating the table rows. So if you want multiple copies of the same table you can use the instance manager to add more. Click on the table and go to the Object>Binding tab and click "repeat table for each data item"._table1.addInstance(1);(the underscore is a shortcut to the instance manager)You can have pre-built tables that are hidden and have them appear on a button click, etc.table1.presence = "visible";

Views

92

Likes

0

Replies

0