in

InfoPath Dev

Browse by Tags

  • Update a Forms Library field

    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())...
    Posted to SharePoint Integration (Forum) by guptasourav on 12-19-2008
  • Copy an Infopath form in a forms library with another name

    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"; ...
    Posted to SharePoint Integration (Forum) by guptasourav on 11-19-2008
  • Sharepoint Contains Filter

    Hey All, I have a form that contains checkbox inputs for multiple inputs. I'm aggregating these selections into one text box field for ease of display to the user. The result is a column which contains nemerous comma seperated selections (all predefined input, no user input). The issue I'm having...
    Posted to SharePoint Integration (Forum) by Mikem on 08-07-2008
Page 1 of 1 (3 items)
Copyright © 2003-2007 Qdabra Software. All rights reserved.
View our Terms of Use.