Browse by Tags - InfoPath Dev
in

InfoPath Dev

Use our Google Custom Search for best site search results.

Browse by Tags

  • Re: Help with submitting InfoPath form to SharePoint custom list

    [quote user="Lepid"]I have fixed the form so that it doesn't error when submitted (error was due to spelling) however now it just submits to nowhere, that is the SP list does not update.[/quote] If you are trying to update data in SharePoint, it can be done either by configuring the Main...
    Posted to Newbie Questions (Forum) by Daniels on 09-15-2009
  • Re: Transferring data between two forms

    See article Programattically Transfer Data Between InfoPath Forms for details and instructions on how to transfer data between two InfoPath forms programmatically using a JScript example similar to the above. If using SharePoint you can submit the data to a SharePoint list from the first form eith using...
    Posted to Newbie Questions (Forum) by Daniels on 08-31-2009
  • Re: Transferring data between two forms

    Hi RhysAZ, Instead of opening the second form directly using a rule, you can make the button execute an OnClick event handler. The code executed then creates an AciveX (XML Document) Object which is what loads the second form programmatically. Try the following: 1. From the "Button Properties.....
    Posted to Newbie Questions (Forum) by Daniels on 08-11-2009
  • Re: Transferring data between two forms

    [quote user="RhysAZ"]1. Do I paste this code in the button on form #1 (Edit Form Code)? And if so, does it run before or after the rules?[/quote] There are a few ways you can get the code to run. The easiest would probably be an event handler function associated with a button on the form, as...
    Posted to Newbie Questions (Forum) by Daniels on 08-07-2009
  • Re: Transferring data between two forms

    I am not sure exactly how this can be done using rules, but it can be done using code in the "form #1" template: JScript example: //Set the path to the "form #2" template: var strNewFormPath = " http://path-to-infopath-form-template "; //Open the new form: var objNewForm...
    Posted to Newbie Questions (Forum) by Daniels on 08-07-2009
  • XML to delimited text file for Infopath

    Hi, I am trying to convert the xml file that infopath generated info pipeline delimited file. I managed to write a code that convert xslt stylesheet to delimited file. Now I want to convert xml to xslt and then use my code to convert it into delimited text file. Is there any way to convert xml directly...
    Posted to Code (Forum) by senthilkungumaraj on 08-02-2009
  • Dynamically populate a DropownList with managed code

    I have an InfoPath form with custom C# code, and a Sharepoint list. I have a dropdownlist in the InfoPath form that I want to populate with a certain field from the Sharepoint list (I want the InfoPath dropdownlist to contain this field's value from every item in the Sharepoint list. I can successfully...
    Posted to Code (Forum) by jwoah12 on 07-31-2009
  • Extracting Repeating Table Data in Web Parts

    Hi, I am pretty new to developing in InfoPath and SharePoint. I have the requirement to extract repeating table data from an InfoPath form using web part (written in C#). I have been looking into how I might go about doing this but I don't seem to have come up with a solution. I have tried getting...
    Posted to SharePoint Integration (Forum) by lday8 on 06-10-2009
  • Characters in Word cannot be loaded into InfoPath XML

    Microsoft Word's auto-formatting creates special ASCII characters that are illegal in XML and, thus, in InfoPath. Here is a list of ASCII Control Characters that are unique to Word, followed by their ASCII hex value: Tab (hex 09) New line (hex 0B) Page break (hex 0C) Paragraph (hex 0D) Column break...
    Posted to Ernesto Machado (Weblog) by ErnestoM on 02-11-2008
Page 2 of 2 (19 items) < Previous 1 2
Copyright © 2003-2019 Qdabra Software. All rights reserved.
View our Terms of Use.