Use our Google Custom Search for best site search results.
Search
-
Hi,
Once go through the below link.
http://support.microsoft.com/default.aspx?scid=kb;EN-US;295626
http://www.infopathdev.com/forums/p/11599/40956.aspx
http://www.bring2mind.net/Support/Forums/tabid/143/forumid/22/postid/3755/view/topic/Default.aspx
-
Hi,
Use the following code line to set a field value in C#.
thisXDocument.DOM.selectSingleNode("Xpath of your text bxo field").text = returned value;
-
Hi,
It's better to add the rule in the open rules rather than submission. Follow the below steps.
1. Open the form in design mode.
2. Go to Tools -> Form options -> rules.
3. Click Add button.
4. Click set condition.
5. Select the drop down field in the first drop down, is not blank in the second drop down.
6. Click ok.
7. Click ...
-
Hi,When you save a form as infopath form template then it will be saved .xsn format only.
-
Hi,
Is there any condition that to be satisfied to calculate this value?
Once check that condition.
Once put this calculation in an expression box in UI and check whether it is working or not.
-
Hi,
I think you are setting that Boolean value after submitting the form. Set this value on submit button before submitting the form. The rule which is setting the value should be before the rule which is used to submit the form.
-
Hi and welcome to forums,
The drop down adds a blank row automatically if the data is coming from secondary data connection.
You cannot remove the blank value from dropdown. But you can set the default value to show the xml value instead of blank value. In this case blank value will be displayed in the dropdown but by default first ...
-
Hi,
You can achieve your requirement using the below steps.
1. Go to Multi selection list box properties. Add a rule.
2. Add a rule to set the text box value as concat(textboxfield, multiselectfield).
3. Now go to text box properties.
4. Enter the default value as eval(multiselectField,"..")
5. Click ok.
-
Hi,
Delete all the rows in the repeating table and insert the new item then the both will work. Try out once.
-
Hi,
Use the following code line to get the url of the form that is being opened.
string url = thisXDocument.Solution.URI;
It will give the url like http://<servername>/<sitename>/..../template.xsn