Use our Google Custom Search for best site search results.
Browse by Tags
-
Hi, I have an InfoPath 2010 form that submits to a SharePoint 2010 List. The user completes the form using a SharePoint page InfoPath webpart. Within the form there are cascading dropdowns that link to a secondary data source (SharePoint lists). Based on what is selected in the dropdowns other text fields...
-
Hi All,
Could someone please help me on this task. Here is the detailed request. I have form with drop-down list and nearly 24 textboxes (hourly), and 2 total fields. I wanted to enable textboxes only when the user select some data from the drop list until then the textboxes should be disabled. also...
-
Hi, I'm new to the forum. I had a quick search through the posts for an answer but wasn't able to find a solution to an issue I am having. I am working on an InfoPath form that will hold our software licensing information, this will include software maintenance information and renewal of support...
-
Hi anyone, I am relatively new to infopath and am using InfoPath 2010 with SharePoint 2010. I am working my way through a workbook to get my head around how it works but i am getting stuck with the section "Using the InfoPath Form Web Part". Basically every time i go to publish the form to...
-
Hey Everyone, I have a form with a button that I want use to programmatically retrieve sql data, fill it into a sqldatareader object, which I use to populate a stringbuilder string, to finally append as a child to a repeating table element in infopath. The repeating table has five fields in the schema...
-
Several days ago I found the "Codeless submitting InfoPath repeating table to a SharePoint list" thread on this forum. For me, it was hard to follow however here is what I have done so far: (From Submitting Data from InfoPath 2007 to a SharePoint List post...) 1. Created a SharePoint List ...
-
I have a code block that detects when signatures (even a specific signature) is removed, and inside this block, I want to set some field values. Presently, I even know how to get and set field values using the XPathNavigator class's .SetValue method. The problem comes in when I try to do both at...
-
Hi guys, so my problem is that I am creating a form where I will have to use basically a text-box with the same properties in multiple fields. As it is very time consuming on going to each cell in a table and adding properties etc. I was wondering how you can just use the "same" text-box into...
-
Hi All, I'm trying to figure out a way to have the text shrink to fit a fixed width textbox. The form is being converted to PDF for printing so the textbox controls on this form cannot be auto resized. I'm pretty sure I have to do this programmatically in the code behind. Any ideas or suggestions...
-
Hello, I am fairly new to InfoPath and trying to create a form now that will link to the SharePoint list. Where I am stuck is that a lot of the steps online show you how to connect these two fields so that they response to each other (where one is a dropdown and another text box)But I need 2 fields to...