Having trouble finding a blog or post that answers your question?
Check out our
Custom Search Page
Browse by Tags
-
I am very new to Infopath and Qdabra development. I have an InfoPath form that connects to a sql database the form was working ok until I integrated it with sharepoint. I can now open the form directly from the Qdabra Admin tool and edit and submit as well as use the GetDropDownList method. However,...
-
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"; ...
-
Thanks Shiva for the reply. I am using Infopath 2007, does this code works for Infoptah 2007 too. I have a bit tricky situation. Let me explain you the problem statement once more in detail. I have 2 forms Libraries A & B . In LIBRARY-A I have main forms with 6 views. For each form in LIB-A I have...
-
Hi, I am facing a problem while recieving data from an Infopath form and setting the same data into another form. I am using browser enabled forms ant there are more than 400 fields in each form. I have 2 form libraries. One is the main form where user enter all the data , the other which is supposed...
Page 1 of 1 (5 items)