Use our Google Custom Search for best site search results.
Search
-
I solved it by first extracting the code from the InfoPath form. Then, I opened the "View" from the extracted files using Notepad+++ and searched for the word "unique items" that showed in the error message. This helped me to find out which field is associated with this error.
As you mentioned it, it is related with the ...
-
Ok, thanks. I do see this:
<xsl:variable name="items">
<xsl:copy-of ...
-
Hello Hilary,
I am not making any change where there is a drop-down.
What I am doing is that I load the existing form up in edit mode, click Preview, and it works absolutely fine - no problems.
BUT, if I change so much as a single character anywhere in the form (in a design mode), it will not allow me to preview it again in one ...
-
[quote user="Hilary Stoupa"] Can you check your dropdown properties?[/quote]
What should the properties look like?
-
Did you solve it? :)
-
Hello
I wanted to edit a form in InfoPath 2013. The form has multiple views. The edits work fine in all views except in one. I usually check my edits in a preview before publishing it. The error I got when I tried to see the changes in a preview was like this:
"
InfoPath cannot open a new form.
The form ...
-
This tip has helped me a lot. I was trying to display different various texts (ordinances) whenever different violations (NOV) are observed by inspectors. These violations are represented by boxes. I wanted to display the ordinances only when the boxes are checked. The issues I had was not able to write more than 5 ...
-
In stead of Formatting on the "Ordinances", I used Action in the Rule on the "Fields". It works now the way I wanted it.
Thanks Hilary
-
The form is attached now.
On the
form I attached, I selected Field1 twice in stead of
selecting Field 2 :) . So, it is working now on this particular form. However, on the form I have been working on, still I get the same issue.
-
Thanks again. I saw your form.
What I wanted is to display the message when I check either Field 1, 2 or 3.
I have not tried to combine different rules into one group but, on your form, when I tried 3 conditions under one rule, it only displayed the message appropriately when I check field 1 or field 3 OR both of them. ...