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
Page 1 of 1 (5 items)
Copyright © 2003-2019 Qdabra Software. All rights reserved.
View our Terms of Use.