Use our Google Custom Search for best site search results.
Browse by Tags
-
I have a simple requirement, but cannot figure out the code: having a repeating table with several columns and a 'verified' checkbox. on button click, delete all rows of a repeating table where the checkbox is not checked, so leaving only the rows with checked boxes.
-
Hi, I have been tasked with migrating InfoPath 2007 browser-enabled Admin-Approval forms with lots of code behind to InfoPath 2013 which was hosted on SharePoint 2007 and must be migrated to SharePoint 2016. I have tried manually editing manifest.xsf to update the versions and servers to no avail. I...
-
I am making a form that will be used by people on the exact same computer and then it will be saved locally. It is to store data for delivery guys, so they fill in some information on a form and then head out. Now at night, all these forms will be processed by another script (using Robotic Process Automation...
-
I am looking for help on what I am doing wrong when publishing a created form to a network location. The form I have created has several connections that retrieve and submit data to an SQL database. I have saved these connections in subfolder as the infopath form. I have saved the form as a normal save...
-
I'm not sure if this is where to start but I'm having an issue with displaying a datetime in an infopath 2013 form. Little background: this is an infopath 2013 form that is saved to a network location for users to enter data. My main connection is a connection to SQL 2017. I have a smalldatetime...
-
I'm new to repeating tables and C# so I'm hoping I can get some guidance I am designing a form which reads items from a SP custom list called TestCustomList. This form needs to associate all the items in the list with an ID generated by the form (forming a many to one relationship). This is just...
-
I am working with 2 views 1) search and update with Row ID column 2) Insert new record. Submit option:Submit to Database using custom code and rules. (Primary Key: Row_Id , Identity column) Submit button is updating previous search record instead of inserting new record into database when I search &...
-
So I have a SharePoint 2010 List with a InfoPath for m consisting of around 25 columns to be displayed. I also have a Button on the InfoPath which basically does the work of copying all the data of the specified ID back to the InfoPath so that the user can make the necessary changes & submit the...
-
Hi Hilary, What do you think about this code below: public void CTRL2_5_Clicked(object sender, ClickedEventArgs e) { // Write your code here. FormErrorCollection myFormErrors = Errors; XPathNavigator mytxtbox = MainDataSource.CreateNavigator(); mytxtbox = mytxtbox.SelectSingleNode("/my:myFields...
-
I'm trying to use "Check for Errors" button with code behind to display validation errors in InfoPath 2013. This code below worked in the previous versions. Does anyone know how to apply this code to work in InfoPath 2013 or newer using C#? function CTRL348_5::OnClick(eventObj) { // Write...