Use our Google Custom Search for best site search results.
Search
-
Hello,
Sorry for my above answer is not copied completely. What type of data connection it is? Is it web service or SharePoint connection? Whichever you are trying to load that connection in onLoad that connection is get problem. You have to check that connection is works for IE window without giving any error message.
Here are the links to ...
-
Hello,Whichever try to connect data connection that URL is available or not? Can you check that URL is opened in IE window?What type of that data connection? Is it web service connection and do you have permissions to access it or not?
-
Hello,
While inserting new row you have to set your data into that node. After setting the data you have to insert your new node.
-
Hello,
Can you check once multi selection box field is repeating field or not? We can use integer data type for multi selection dropdown but those selected values should be integers.
If you want to change the data type of that field you can directly change in .xsd file of that your schema file.
-
Hello,
Successful message is different of submiting the form to SharePoint. How you are submitting the form using Rules or code?
Go through the below link once,
http://support.microsoft.com/kb/826993
-
Hello,Check out this link,http://msdn.microsoft.com/en-us/library/ms535246(VS.85).aspx
-
Hello Welcome to the Forums,
Check the below links,
http://office.microsoft.com/en-us/infopath/HA100242811033.aspx#0.5
http://www.infopathdev.com/blogs/matt/archive/2006/04/18/Automatically-Populate-Fields-from-a-Drop_2D00_Down-Selection.aspx
-
Hello,
Can you try below code,
XPathNavigator recallNode = MainDataSource.CreateNavigator().SelectSingleNode("my:myFields/my:RecallNo");
recallNode.setValue("09");
-
Hello,
You have to add on before change event for that field then you have to check the number of nodes available in that list. If the count is exceeds your requirement then you to give one alert message and eventObj.ReturnStatus = false;
Depends on your requirement you have to write the code and here is the sample,
function ...
-
Hello,
You have to add the filter condition to get one column value. Can you provide us your filter condition along with schema structure then we can give filter condition.