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.
-
How do i write the code for button so the page will refresh and blank the form without putting the Submit button?
-
Hello- I have code that allows an infopath form to edit items in a sharepoint list. The only problem I'm having is that i get the error: the name "e" does not exist in the current context. Here's my code: using Microsoft.Office.InfoPath; using System; using System.Xml; using System...
-
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...
-
Hi, Is there a way to create excel file from InfoPath xml data? When something like button clicked event happens, I want to write a c# code behind to convert InfoPath xml data to create excel file. Is there a way to do this? How do I code it? Thanks.
-
Hi, I am creating a print button in InfoPath 2010 form. It is web browser only form (Not InfoPath rich). What or How do I code print function? this.Print() is not available for web-based form. Thanks.
-
Hello Team I am new with infopath software. Currenly I have connected infopath form to access database. I have used query field and to search out data (part of field value) from database by using some C# programming code. After searching data it gives me data in repeating table. Now I want to clear all...
-
How to merge multiple xml files submitted from infopath web service? i have about 10 xml files with same structure (repeating tables) and almost same content. I just want to merge that repeating tables into one big table. is that possible? if possible how to do that?
Thank you
-
I have a form based on Access database. In the Button Properties, there are several "Action" entries to choose from like "Run Query", "Submit" and "New Record". My question is, is there a way these "Actions" can be called/executed using C# code? Any help...