Use our Google Custom Search for best site search results.
Search
-
Hi,
I think that field might be bind to secondary dom. You need to restore that value in OnLoad while opening a form.
-
Hi,
Can you please try the below steps.
Add one expression box to the section. Open the expression box properties and add the “Position()” function in the xpath field.
-
Hi,
Whenever we are trying set the one value to node it should be format of string only. Before you are setting the value, you have to convert it into string then try to set this value.
Date = DateTime.Now.ToString("yyyy-MM-ddTHH:mm:ss");
thisxdocument.SelectSingleNode("Datenodexpath", ...
-
Hi,You can remove the required symbol from text box when that text box is hiding.I think you have selected “Cannot be blank” check box in the text box properties. Please uncheck that and add the following data validation for text box.“Dropdownfield” is equal to “products” and “customer text field” is blank. In this you can submit the form ...
-
Hi, I think you have selected the same data connection "submit enable to email" for two buttons under the rules. You need to use two data connections one for “submit enable to email” and another one for “Submit enable to database”.
-
Hi,
You have not given correct xpath for "varto". Can you please change xpath for "varTo". You need to enter field name after "my:" in the below line.
var varTo = XDocument.DOM.selectSingleNode("/my:myFields/my:EmailInfo/my:");
-
Hi,
Can you please verify the below link.
http://blogs.msdn.com/infopath/archive/2007/02/21/calculating-elapsed-time-without-code.aspx
-
Hi,
Can you please try these steps.
Double click on button to open button properties dialog
Select “Submit” in the Action dropdown.
Select “Enable submit Commands and buttons’ option in the submitting Form dialog box.
Select Email in the “Submit to” dropdown.
Click on add button.
Select “FX” button beside of the TO field.
Select the ...
-
Hi,
Please check the declared variable. you given lower case "v" in the declaration part.
For ex: You have declared "varTo" and you used "VarTo.text" in the assignment block. Please change for other variables also.
-
Hi,
This is just a workaround for your question.
Open Manifest in Visual Studio.
Search for “listProperties”.
Add the “aggregation="plaintext"” for the field you want to show the complete text in promoted column.
Note: If you modify this promoted property in the form, the above attribute will no ...