Use our Google Custom Search for best site search results.
Search
-
Hello,
You message is saying that database server name is not available or you do not have permissions to access that database from your machine.
Can you clear the InfoPath cache once and try to open the form.
-
Hello,
You can this modification in veiw1.xsl file. Open your .xsl file in editor mode and do the below modification,
Search for ‘dateFormat:yyyy-MM-dd' text in that file
Change that format to ‘dateFormat:yyyyMMdd'
Save the file and check it once.
-
Hello,
Can you check do you have permissions to access that SharePoint site? Can you try to open that PDF file with complete URL in IE window? Is it that PDF file is available in network machine?
-
Hello,
You have to check in your code, that code is executing when dropdown selection and calculation is not equals to zero or not. Otherwise you can comment that code and try to execute it again then you are able to select dropdown value or not. If you have default value then you have to remove that one.
-
Hello,
Check it once below links,
http://www.infopathdev.com/forums/p/1430/4624.aspx#4624
http://www.infopathdev.com/forums/p/5815/21713.aspx#21713
-
Hello,
Can you check once your rule is setting to that field value or not any other? You have to run this rule after executing the data base retrieve query otherwise again that set back from ‘0' to null.
-
Hello,
Can you check once existing button ID values might be changed or not? If the button ID's are changed then those button functionalities should not work.
-
Hello,
In InfoPath by default button disabling is gray colored. If you want you don't want to gray color then you can change the back ground image depends on the disabling conditional formatting.
-
Hello,
We have to consider the below points to debug the InfoPath form,
1. While debugging your form you have to choose the InfoPath.exe to attach process.
2. Published version and debug solution number should be ...
-
Hello,
You have to write code to get the node list and populate those values to another view node values in button click event or any other event. Your code should be like this below,
IXMLDOMNodeList nodeList = thisXDocument.DOM.selectNodes("XPath of your repeating node");
IXMLDOMNodet copyParentNode = ...