Having trouble finding a blog or post that answers your question?
Check out our
Custom Search Page
Browse by Tags
-
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"...
-
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 an Administrator (full-trust) IP2010 web form. I wrote some code that runs in OnLoad event. The code basically applies a filter to a Secondary Datasource, which is a SharePoint list. The filter basically trims down the list to only items where a specific column contains the current user's...
-
Hi, As far as what I have read in different posts so far. The easiest way to submit attachments in an InfoPath form is by using System.Net.Mail, but how can we include the active view of the form as well with attachments? Is there any way we can include the HTML of the active view as body of the form...
-
Hi there everyone, I wanted to use wildcards in a serach form which queries a SQL database for student attendance. I followed the guide found here to write the appropriate code, which works fine in the client application....in fact it works great!! My actual code is shown below: public void btnQuery_Clicked...
-
Hi,
is it posible to make autopush button in infopath? I have some comboboxes and I need to change views, the users choose any combobox. How can i do it?
Thanks for the answers.
-
Hi every body I am very new in infopath n want to generate multiple tables in repeating section dynamically through code. Please help me. Thanksn n regards Radhe
-
I have a form template created in InfoPath 2007 with some custom code behind that I want to upgrade to 2010. I opened the .xsn in design mode in 2010, went to code editor, told it where to find my .proj for the custom code, went to the Programming tab in Advanced Form Options and clicked "Upgrade...
-
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,...
-
Hello, I was wondering what the best practice way to make database connections in an InfoPath form is. I have previously worked with InfoPath 2007 and when I needed to connect to my database in these forms, I retrieved the database connection string from my web.config file (as the instructions mentioned...