in

InfoPath Dev

Browse by Tags

  • 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
  • Re: Recieving data from Forms Library into an Infopath Form(Copy XML data/Schema to another form)

    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...
    Posted to SharePoint Integration (Forum) by guptasourav on 11-18-2008
  • Writing data back to the infopath form from workflow

    I have a multistate approval workflow that is started off of an infopath form library. Using the workflowproperties object, I can load the form into an xml document in memory and manipulate it via nodes. Details on how I am doing it can be found here: http://www.novolocus.com/2006/08/15/update-infopath...
    Posted to Workflow (Forum) by dmlavigne1 on 10-06-2008
  • Form Templates library deleted

    Hi, Accidentally some user has deleted the Form Templates library from a site. Now it seems impossible to install a browser enabled form anymore. If I try to create a library called FormServerTemplates, then the url is site\FormServerTemplates1. Appearantly underwater the library FormServerTemplates...
    Posted to SharePoint Integration (Forum) by Stiegl on 09-30-2008
  • update list item through workflow

    Hi, I want to update some list items in a form library through workflowproperties. The list items are integrated from an InfoPath form. The code used in the workflow is as follows: SPWeb thisWeb = new SPSite(workflowProperties.SiteId).OpenWeb(workflowProperties.WebId); SPListItem thisItem = thisWeb.Lists...
    Posted to Workflow (Forum) by s42bm on 08-10-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
  • Attaching form template to a forms library

    Hi, I have had to update a form and the changes I made meant that it needed to be admin approved. I have uploaded, activated and deployed the form and from the site collection I can fill in and submit the form to the correct forms library. However, when I click on 'New' from the library itself...
    Posted to SharePoint Integration (Forum) by JeniEck on 07-28-2008
  • Browser Based forms and Workflow Tasks Edit button

    In the Infopath 2007 client if there is a workflow task associated with a form there is an "Edit this Task" button. Can that button be displayed in a browser base form. The form is a Central Admin form uploaded to the form server and activated to the site collection. Users don't like to...
    Posted to Workflow (Forum) by Susan50 on 07-10-2008
  • Re: Excel-->Infopath--->Sharepoint

    thank you for your advice. I have one more question. In reality before the data being uploaded i have to query a database(MS SQL server) with the datas obtained from the excel file.The result should be displayed in the infopath form AND after send to a sharepoint library in order to be treated by a workflow...
    Posted to Workflow (Forum) by Franc1 on 06-12-2008
  • Excel-->Infopath--->Sharepoint

    Hi, I have several questions: 1 I want to create a form which will "upload" an excel file and extract the data from it. for example: First Name Last Name Address City Zip code Daniel Dubois 42,rue de Chanzy Reims 51100 Olivier Delacroix 32, rue de Carteret Paris 75010 ..... ........ .........
    Posted to Workflow (Forum) by Franc1 on 06-11-2008
Page 1 of 3 (23 items) 1 2 3 Next >
Copyright © 2003-2007 Qdabra Software. All rights reserved.
View our Terms of Use.