Use our Google Custom Search for best site search results.
Search
-
Hello,
After get the value you use substring function to get partial values. We can send this partial data to database.
Go through the below link for more information on substring function,
http://www.w3schools.com/jsref/jsref_substring.asp
-
Hello,
How you are submitting the InfoPath form to SharePoint Library? Using InfoPath data connection or using any code to submit the form? Check once the data connection might be changed?
How you are displaying the alert message? Are you checking any condition like form is submitted or not to display alert message?
-
Hello,
1. If user tries to open the already opened InfoPath form then it will give the message like "another user has open form".
2. For this you have to lock the document while opening the form and after submitting the form you have to unlock that document.
Above two cases opening the opened form you have to shift to read only view ...
-
Hello,
You have to change your code as below to get text box value,
myItem.Subject = XDocument.DOM.selectSingleNode("XPath of your field");
-
Here are the default values for each field,
Total form nodes: count(../my:field1 | ../my:field2 | ../my:field3 | ../my:field4 | ../my:field5 | ../my:field6 | ../my:field7 | ../my:field8 | ../my:field9 | ../my:field10)
Form nodes completed: count(../my:field1[. = ""] | ../my:field2[. = ""] | ../my:field3[. = ""] | ...
-
Hello,
We can do it using Jscript code, first you have to get the list from secondary source and set those values to one temporary node and these nodes should get added to parent node.
var secondaryRepeatingNodes = XDocument.GetDOM(“Seconday DOM Name”).selectNodes(“Secondary XPath of the repeating nodes”);
var parentNode = ...
-
Hello,
Check out this link,
http://office.microsoft.com/en-us/sharepointdesigner/HA101174371033.aspx#4
-
Hello,
On the Design a Form Template dialog box, uncheck the Enable browser-compatible features only checkbox before selecting Database, clicking OK, and then selecting your Microsoft Access database
-
Hello,
If you try to follow Hilary mentioned above you will get same option where you are trying to create new form. In above case you have to give xml path which connection you want and as main data connection. After doing this you have to remove existing secondary connection from your form.
-
Hello,
As per Hilary Stoupa suggestion will add those extra nodes in template.xml. If you want you can directly add those five nodes in template.xml while open this file in editor mode.