Repeating Table Problem

Ö

özgün

Hi,
I have a repeating table with a dropdownlist and three textboxes.
These textboxes are automatically filled when I choose something from
the dropdown. There is no problem so far. But when I move on to the
second section and choose a value from the dropdownlist the textboxes
are filled according to the first section's dropdown.

I defined a rule for the dropdown which is "set a fields value" and
the formula is like ;
@BS_Name[@APPLICATION_NAME = systemName] for one of the textboxes.

How can I solve this problem?

Thanks in advance

Ozgun Demir
 
C

Clay Fox

Since this is in a repeating node you need to reference the specific node,
otherwise it gets the first value as you have seen.

search on the current() function on http://www.infopathdev.com and you can
find some examples.
The syntax is tricky sometimes but once you get it you can reference the one
you want.
 

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