Use our Google Custom Search for best site search results.
Browse by Tags
-
Hello friends! I'm fairly new to infopath as well as C#. So whenever I fill out a field, Oppty Id, I want a different field to be populated with a multi select checkbox, where the checkboxes are already populated. The thing is though, the field is populated from a secondary data source. I've...
-
We have a requirement to capture the entire history on every action that was happened in my form. For that we have created a text field and enabled the "Multi-line" property to the text field control. We are able to update the large data through infopath form submission. For the same form we...
-
Hello there, I hope this is the correct forum to post an issue that I'm trying to resolve. I'm trying to figure out how to send data from one repeating table to another. Ideally I would like for the user to be able to select item(s) from Table A and has/have it transfer to Table B upon clicking...
-
Similar situation to JohnZ: I have Office 2013, InfoPath 2013, VS 2012 and VSTA for VS 2012, SharePoint Enterprise Server 2013. I've been coding in C# for several weeks within the same form without any errors. Today I tried to open the Code Editor and received the "Famous InfoPath has encountered...
-
Hello, I am searching online for printing the data to PDF for a long. I got following results which may be helpful but didn't work for me. 1. http://www.bizsupportonline.net/browserforms/print-infopath-browser-form-pdf.htm I think it is very old method and I even don't want to be print the form...
-
We have InfoPath 2003 templates in SharePoint 2003. These templates are with code behind files. Now we need to migrate the InfoPath 2003 to InfoPath2010 and from SharePoint 2003 to SharePoint 2010. What should be steps to convert the form templates from InfoPath 2003 to InfoPath 2010 and migrate the...
-
Ok, I will ask you in person when I come to training on April 7th :)
-
I have a "Save as Draft" button the deletes all the validation errors with a this.errors.DeleteAll. How do I refresh/reload the form so the "red" validation errors are visible after the "Save As Draft" button is clicked? Thanks for your help!
-
Hello! I’m quite new in c# and I have a problem and don't know what to do :(. I have an IP2010 form, with a windows form (form1) and a combobox (comboBox1) and a field (/my:fields/my:field1). I’d like to do, when the value of the combo box changing, I want to copy the new value of the combobox to...
-
Hi everyone, I'm trying to create an InfoPath 2013 form with C# winform application, but can't find any solution on the web. Is it possible to do so ? I know that .xsn file is a package containing many files within, I don't know how my application can create this. Any help would be greatly...