Click here to Skip to main content
15,894,314 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hello,

I am new to Infopath and i am using this in Infopath 2010.
I have a requirement where the sharepoint list is getting updated on Submitting the infopath form after checking a condition.
The condition involves 2 AND operations which looks like this
If (a!=b) && (a=='Some Value') then counter++,
over here i need to set the value of B on the page load and then do the check.
This is pretty much like the selected index change in asp.net dropdownlist.
But how will i implement it over here is the question.
Any help is greatly appreciated.

Thanks
Posted
Comments
vanita khatnani 18-Oct-13 2:00am    
your question is not clear... exactly tell us what you really want to achieve.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900