Use our Google Custom Search for best site search results.
Browse by Tags
-
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,...
-
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'...
-
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.....
-
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 (5 items)