Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I made an infopath 2010 but having a problem. Need help I set field1 (name field) and bind to text box for entering the person name ( exactly like names in xml file) Set field2 as a dropdown list box and set the properites to link to an xml file ( which has a field with list of 30 names). When i preview the form in Infopath filler i can see all the names in the dropdown box and i can select name . The first name shows as a space but not a problem The problem starts when i run a rule for field3. Rule is to compare the field1 to list of names from xml file ( 30 names), it compares only to the first name in the table. I don't know how to make infopath to loop for second, third ... till it reaches the last one. Here is the rule i used to compare field1- is not blank - and field1 - does not contain - managernames( from xml field) disable control for field3 which is another dropdown My logic works if field1 has same name as in the xml list but does not work with any other names. I tried to find out the reason and the reason being the logic always reads the first name from the xml file and does not go to the second name. I am not a programmer and need help to set the rule

share|improve this question
have you heard of paragraphs? – Mitch Wheat Jun 19 '12 at 2:48

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.