Having trouble finding a blog or post that answers your question?
Check out our
Custom Search Page
Browse by Tags
-
Hi, i am trying to create a info path form where, once the user has opened the form it will automatically call the computer's name and place that information into a text box they are on, I am not brilliant on code though. Any help would be much appreciated thanks Scott
-
I have an InfoPath XSN form template with a dropdown list. This is bound at design time to a data source and populated with a list of names when the form is loaded. I would like to get hold of all of the names in this dropdown list into an array for processing elsewhere on that form. I have tried to...
-
Hello, I have a multiple-selection box, which when a user selects a value will add an additional row to a repeating table. This part works like a charm, but I'm facing two problems after the fact. Within my code, I have used the following on a object_Changed event: writer.WriteElementString("field1"...
-
Hi, I have coded a button in my IP2010 Library Form that will iterate through a repeating table and a repeating section and submit those values together line by line to a list in SP2010. However, after multiple attempts to update and fix the code, I get the following error: "Business logic failed...
-
Hi, I currently have an IP2010 Library Form that populates a repeating table from a secondary connection (table that is left of the solid black line). Within that secondary connection, I've created a button on each row of the repeating table the the user can click and it will populate a new row within...
-
I am having trouble opening a web enabled form after adding some custom code to it. The code works fine when I preview the form in design mode but once I try and open the form on SharePoint I am prompted with an error. I am uploading this form as a Site Content Type in the Publishing Wizard. The fields...
-
I have successfully populated a drop-dowl list based on this article: http://danstechspot.blogspot.com/2010/05/populate-infopath-2010-drop-down-list.html I am doing this in C# because of the complexity of my queries and the amount of data in our database. Here is my code: public void Department_Changed...
-
1. I would create a Data Source to your library. 2. Execute 3. Loop through your return results and assign it to a repeat table and add rows.
-
I am using IP 2007 and SharePoint 2007. In this order I'd like to Create a new form programmatically and pre-populate some fields, Add form to SharePoint form library & send email with a link/URL to this specific form. the form contains DBXL which I am using to retreive data and submit data to...
-
I have a browser-enabled InfoPath 2010 form with several data connections to various SharePoint web services (User profile service etc - All data connections are packaged as UDCX files and reside in a data connection library.) The form works absolutely fine UNTIL I add any code at all. Even so much as...