Use our Google Custom Search for best site search results.
Search
-
Dear Graham,
Keep a button in your form and then on button click event write this code for getting the values from the fields and passing them to Sharepoint list.
public void btn_AdminSend_Clicked(object sender, ClickedEventArgs e)
...
-
It can be done using Manged code, i've done this without using code.Let me know if you haven't purchased Q-Rules yet.
-
Make sure that in form options you have selected Full trust option in Scurity tab.Try Again after that..
-
Dear Kesava
Why u want to use Managed code for filling the dropdown when u have an option of doing this using data connection.If you can explain me the requirement in a clear form,i'll be in a better state to suggest you the work around for that.
-
You are most welcome Damith.
It's an honour to be of some help..
-
Dear Damith
please check if your infopath form is set to full trust mode.
-
when u open an infopath form in a design view,u have a tool pane on the right hand,there u can find Views tab. You can create new view by clicking on the button below,and then you can copy paste ur original infopath form and make changes whatever u wish. You can switch views from one to other on a button click or something, that option you ...
-
Dear Dmith,
You can make form library as secondary data connection and then u can use secondary data connection to populate the infopath form, by conditional formatting you can make a check if the xml value in dropdown exists,and if it does populate the form with data in xml form.Let me know if your functionality is achieved..
-
Dear Damith,
do u want to load xml files as attachment to inopath form..
-
Hi 10013,
Well,i m also going to explain you in steps how to achieve this
Instead of using default infopath submit, attach a button control and set rule on it to submit it to a form library by creating a dataconnection to submit the form.
Keep one hidden field in the form,take a checkbox for example,and set rule on the submit button ...