Having trouble finding a blog or post that answers your question?
Check out our
Custom Search Page
Browse by Tags
-
Web Service to Oracle Database Fail I am running a Brower enabled InfoPath form that is published to a SharePoint Library. I have created a UDCX that references a Web server connection to an Oracle database. During testing we have noticed that some users are receiving an “ An error occurred accessing...
-
How to Update an Existing SharePoint list item using a CAML Query to the SharePoint Lists web service from an InfoPath form. The major steps involved are: 1. Create Initial InfoPath Form Create the initial form template, main data source and retrieve the required details from the SharePoint list 2. Set...
-
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 (4 items)