How to update one line of a repeating list?

B

Barry Prentiss

Hi,
I have a repeating list with five fields per list item.
One of these fields is set to the value of a source field outside of the
repeating list, dependent on a selection from a pop-down field within the
list item.
When the value of the external source field changes, I need to update the
target field within the repeating list item.
Currently, any update to the target field causes an update to all of the
repeating list items' target field.
Is there a way to only update the target list items' field?
I'm using InfoPath '03.
Thx,
Barry
 
S

Shiva (GGK Tech)

Hello,

When you want to update the target list value, we have to write the code in
onLoad. While loading the form we have to change that target list selected
value. For doing this change in secondary DOM list items must have one ID
value with Display name. We can change the Display name value using ID value.
If ID value is also changes then we don’t have option to change the display
name for that target list value.

But we can add and delete the existing items from secondary DOM. Depending
on changing the target field value we can update the all of the repeating
values in that section.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top