Browse by Tags - InfoPath Dev
in

InfoPath Dev

Use our Google Custom Search for best site search results.

Browse by Tags

  • user data input saved to template

    Not sure if this can be done but after you complete a form. Lets say you have a drop down list, and it has some values. Can we, overtime, have the data that users input be integrated in to that form so that lets say we are choosing from a field called Vendors which I currently placed only 2 options,...
    Posted to General (Forum) by momk15 on 11-29-2010
  • IsNode issues

    Hi all, I use vb to get data through my form. I have some optional fileds in my form and I have this problem with the following code: MsgBox(myXPathNavigator.SelectSingleNode("/my:Status/my:Questions/my:Questions1", _ Me.NamespaceManager).IsNode.ToString) When the optional filed 'Questions1'...
    Posted to Code (Forum) by sunscreen-gr on 04-09-2010
  • 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

    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.