Wednesday 28 December 2011

Runtime ListBox items binding According to Condition in infopath 2010 with code

Some time you need that List Box item/value are binding according to the condition in Infopath 2010. So at that time you can solve with code behind in infopath.

Tuesday 27 December 2011

Move Multiple Selection List Box value to List box in infopath 2010 without code in infopath 2010

1.Take one Multiple Selection List Box get name is getKeyword.


2. Right click on getKeyword then select multiple selection list box properties.


3.In List box choices - select Enter choices manually.


4.Add  the value and display name

5.Ok

6.Take one List Box get name is setKeyword.


7. Right click on setKeyword then select list box properties.


8.In List box choices- Get Choices from  fields in the form.


9. Then Entries-select a Field or Group - select getkoyword- ok

10.See the preview.