Having trouble finding a blog or post that answers your question?
Check out our
Custom Search Page
Browse by Tags
-
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 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...
-
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...
-
I am trying to display multiple columns from a sharepoint list based on a filter of another field in the InfoPath form. Two questions: What control should be used to display the column in the form? How to display each column in its own control? Sample data: Job Titles Department SOP1 SOP2 SOP3 Batch...
-
Hi I am trying to update a field in my Forms library. It works fine, do not give any error but does not update the field. I am also an administrator on the server with full access This is my code : using (SPSite site = new SPSite("http://server:10746")) { using (SPWeb web = site.OpenWeb())...
-
Hi, I have a forms Library with some Infopath forms in it. On submitting the form I want to create n # copies of that form in the same Library with different names/ID. I can do this by writing a code in a loop SPListItem newItem = list.Items.Add(); newItem ["Title"] = "Newname"; ...
Page 1 of 1 (7 items)