Use our Google Custom Search for best site search results.
Search
-
Hi edove,
try this,
LotOS = XDocument.DOM.selectSingleNode("my:myFields/my:lotBreakdown/my:lotBreakdownRT").text
You will get the result.
-
Hi robbieswife2b,
Take a text box or expression box or some thing for displaying your message under the drop down list. Put a conditional formatting on that as if the drop down list is blank then hide the control. Put rules on the text box for different message based on the value selected in the drop down.
Hope this will help you.
If you ...
-
Hi pmlanning,
If the subject is not much specific to individual choice and you just need " - nomination form" extra with the combination of choice, then the extra field is also not needed. take concat(option field, " - nomination form") function in the subject field of email.
Hope this will help you.
-
Hi robbieswife2b,
Welcome to the InfoPath forums, can you explain in detail I didnt understand that "I would like the text on the form not just the screen".
-
Hi dannylam4,
Clay's aim is, take a field with name include or display or hide, etc. with TRUE as default value in the schema and take it as boolean, say for example include so that it accepts either TRUE or FALSE. Now set the field value to FALSE to whom you want to exclude from the sum.
while summing take the function like this ...
-
Hi rmitchell77,
Yes it is possible, put the cursor where you want(means after sections or after repeating sections etc) the page break and go to Insert menu and select the page break and preview the page.
Hope this will help you.
-
Hi sambati,
Removing the nodes through code is possible but if you delete all nodes with out have atleast one, hope will make problem while opening next time. Because in the schema the element will be available and in the xml will not.
Any way try once by deleting the node with sample.
-
Hi erinselena,
Once I too got the problem with InsertAfter method in one project at that time i used the Append method and is worked, try that once.
Hope this will help you.
-
Hi virmax,
Once again welcome to you from beside of me and from the great InfoPath forums.
-
Hi Grazzers,
Can you give in detail, because you said that you are inserting an item, means are you inserting the element in the run time.