I have created a form with dynamically determined number of rows. Each row has a dropdown list field that is initially empty. I want to add the user entry to the list to be used in the field in the rows that follow.
Solved! Go to Solution.
Views
Replies
Total Likes
Hi,
Here's a sample that might help. https://sites.google.com/site/livecycledesignercookbooks/home/ReferenceNode.pdf?attredirects=0&d=1
This form allows you to add a dropdown item value and id that will then be picked up by dropdown control. The main problem is having to do a xfs.form.remerge() which can reset some properties that aren't bound to anything, usually error borders and the like.
Doesn't seem to need a remerge for the new row so may not be a problem.
Regards
Bruce
Views
Replies
Total Likes
Hi,
Here's a sample that might help. https://sites.google.com/site/livecycledesignercookbooks/home/ReferenceNode.pdf?attredirects=0&d=1
This form allows you to add a dropdown item value and id that will then be picked up by dropdown control. The main problem is having to do a xfs.form.remerge() which can reset some properties that aren't bound to anything, usually error borders and the like.
Doesn't seem to need a remerge for the new row so may not be a problem.
Regards
Bruce
Views
Replies
Total Likes
Worked perfect. I put the add button in my Row1. Remerge the form on the entry of the first row and created an unique "Id" field from the index. It works just the way I wanted. Thanks a million.
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies