Use our Google Custom Search for best site search results.
Browse by Tags
-
I am creating an InfoPath 2013 form with C# to pull data from and upload data to SQL Server. As part of the process I had to create a "Select All" Checkbox for my reports list. However, if I use the "Select All" option and then commit the code I get a duplicate record entered. If...
-
I am Using InfoPath 2010 and SharePoint 2010 Enterprise version. I have a SharePoint list that I would like to update from InfoPath browser form. I found this post http://www.bizsupportonline.net/browserforms/delete-sharepoint-list-items-object-model-infopath-browser-form.htm which I would like to use...
-
Hello! Background first: I've got a form that is receiving data via a WCF webservice and is called GetSitesByCompanyId. The data is run on load (with a hardcoded company id for testing) and used to populate a dropdown box of Site Names. What I'm trying to do is to use code to populate details...
-
Not sure if this can be done but after you complete a form. Lets say you have a drop down list, and it has some values. Can we, overtime, have the data that users input be integrated in to that form so that lets say we are choosing from a field called Vendors which I currently placed only 2 options,...
-
I'm getting error/exception from setting default value for dropdown list. Here is what I'm doing....... I have a dropdown box that is populated from repeating node values in the form. //***This is to create values for the repeating node. string myNameSpace = NamespaceManager.LookupNamespace(...
-
Hello! I had published an InfoPath form to a document library on MOSS farm.The form has some code for saving with a custom name on the doc lib. The clients use the form to fill out some data then by pressing a button, it is saved to the doc.lib. It has been working ok for about 2 years. However, one...
-
Hi, I want to Create a Infopath 2007 Template with 10 workflow steps in Visual Studio 2008. Is their any reference for how to estimate Creation of Infopath 2007 Project in VS2008? Thanks Arun
-
This is my first InfoPath form. We have InfoPath as part of our desktop install. SharePoint is coming but will not be here until next year. I also have VSTA installed. I state this in case it makes a difference on this post. I have the following fields/containers within the myfields container: AcademicPerformance...
-
How would I get the "name" attribute from the manifest.xsf file using C#? Example: name="urn:schemas-microsoft-com:office:infopath:FormName:-myXSD-2008-06-30T14-56-08" I want to retrieve "urn:schemas-microsoft-com:office:infopath:FormName:-myXSD-2008-06-30T14-56-08"
-
Hi All, I am having a really hard time trying to figure out how to split up data, from a secondary data source (SharePoint List), in a repeating table - in a browser enabled form. Note: data is from a SharePoint list and I am simply displaying all the list items as checkboxes in InfoPath in a repeating...