Use our Google Custom Search for best site search results.
Search
-
-
Could someone be a saviour and paste the entire javascript code for the attached form in a www.pastebin.com and reply post the link?
I need this at work today but downloading the file is not possible.
http://www.infopathdev.com/forums/t/20938.aspx
Thanks
-
Added another rule at the very beginning to cater for this.
There is a key method I've used to accomplish this. It resolved a problem you can get if you try to set a fields value using a rule on the field itself.
Infopath checks and runs the rules on a field immediately after it gets changed, so it can get stuck in an infinite loop (which it ...
-
I've never tried this before, and it did seem to take a mess of rules. There might be a better way :-) But attached is an example of field that has this behaviour.
It uses SPACE as the word separator and it will fail with an error if there's more than 4-5 spaces in the field. Hopefully this will be enough for most situations.
-
First off, LOL. Sorry.
Now,
Open master, delete all the fields you don't want in
form 1, delete all the views you don't want in form 1, save as
'form1.xsn' and close it.
Open master, delete all the fields you don't want in form 2, delete
all the views you don't want in form 2, save as 'form2.xsn' and ...
-
You can't change a check box's colour using conditional formatting.
But if you were REALLY desperate you could put every checkbox inside of a section and make the section background colour conditional formatting.
You can use a single group node/field in your datasource - you don't have to have one for every check box.
When you make ...
-
You may need to pre-convert the characters/coding before assigning to the text property of your XML nodes. Rich Text in Infopath XML uses XHTML formatting.
A good way to see what Infopath expects to see in a rich text node would be to create a template with a rich text field, populate the form, save it and have a look at the raw XML.
Then ...
-
Do the new values only need to be available in the form which has been submitted? or in every other form as well?
Usually it would be the latter, but if it's the first you could base your list box values off a repeating group in the form and then add values to the repeating group as needed.
If it's the former, you could do the same, but ...
-
BTW I'm being self-controlled - at work when I got this working I did an office victory lap or two. But no-one else got it ;-P
-
Hi, I'm testing a in-form javascript code to output an Infopath View to HTML Outlook email via a button on the form.
There is already the built in function - Send as Email - which can be initiated by an end user.
I proceeded with this because I wanted to utilise the component methods in other in-house work tools e.g. saving as an MHT file or ...