Use our Google Custom Search for best site search results.
Search
-
Hi,
Add the following validation expression on textfield: string-length(.) > 100
A newline is counted as 1 char.
-
Hi,
Can you try it with below steps.
1. Open Text box Properties.
2. Change data type to “Decimal”.
3. Click on “Format” button.
4. Select “1” from Decimal Places ...
-
Hi,
Can you verify below link.
http://www.infopathdev.com/forums/p/9843/34860.aspx#34860
-
Hi,
First practice 12 labs in the below link. These labs will explains you about how to use InfoPath, how to publish to SharePoint, how to use conditional formatting, Rules and data validations etc.
http://msdn.microsoft.com/en-us/library/bb267334.aspx
-
Hi,
Can you verify below link.
http://www.infopathdev.com/forums/p/773/39215.aspx#39215
-
Hi,
Depending on what you're trying to acheve you can use the count function instead:
count(preceding-sibling::my:<RepeatingGroupNodeName>) + 1
For example, this can be used to give a repeating table alternating-color rows
-
Hi,
You can use below code to get the username.thisXDocument.DOM.selectSingleNode("/dfs:myFields/dfs:dataFields/d:Buyers/d:WorkOrders/@ALCOUN").text = System.Environment.UserName;
And also verify below code to get user name without writing ...
-
Hi,
One thing you can do is to display the data as a repeating table data instead of numbered list.
If you add the data as a repeating table you can filter the data using the filter option available for repeating table.
-
Hi,
If you are working on the infopath2007, then you can use multi selection list box to select multiple values from one field.
-
Hi,
Follow the below steps.
1. Add one field for CC and one field BCC in the schema and UI.
2. Now go to Tools àData connections.
3. Click on Modify button for “main Submit” data connection.
4. Enter ...