- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
You can do both those things - either add extra pages at runtime or have the fields expand as they are filled in.
To add extra pages you would usually put in a button and then use the instance manager to create additional pages. So your code would be something like:
Page3.instanceManager.addInstance(1);
Just make sure you go to Object>Binding and check the box "Repeat Subform for each data item" in the page you want to repeat to allow it to create extra copies.
Views
Replies
0 Likes
Total Likes