Use our Google Custom Search for best site search results.
Browse by Tags
-
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...
-
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.....
-
[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...
-
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...
Page 1 of 1 (4 items)