Use our Google Custom Search for best site search results.
Search
-
This short article is what I use when I introduce new people to Infopath.
I know it says "Advanced Guide", but it really isn't. It has all the basic information you need to get started.
https://bmi.cchmc.org/webfm_send/358
-
I am able to compare the value of the first instance of the repeating element but I need to compare all instances of it to a string
main.SelectSingleNode("xpath").Value.Equals(line.Substring(3, 3)))
-
I am struggling for the equation or expression to compare a string with any element of a repeating element.
If any one could help me out here that would be amazing!
Using C#.
-
Thanks Hilary! Thats what I was looking for.
I want to just open it then write to an output file that the user can save on their computer. I can do it without a prompt, but I will be looking into getting a save prompt to come up so they can name it and save it.
This is definitely a start. Thanks again.
-
The text files are already in place and quite lengthy. They will change frequently so I think it would be best to just be able to update the resource file with the new versions. I tried adding it as a resource file but wasn't too sure what to use for the pathname in the code.
As of now I am just using the name of the file since I figured if ...
-
Is there a way to use code to access a txt file that is a resource file for a form.
If not, is there a better way that I should be doing this?
I need to read in a txt file, parse it, and then allow a user to save the finished product.
I am able to read in the file from a network location but I'd much rather have the txt file as a part of ...
-
I have no idea how it happened but there were some bad characters inside the manifest.xsf file. This file is auto generated, so unless you went in there and added these I am not sure how it happened to be honest lol. The characters were embedded into Xpath references (for future references if this happens again).
I attached the fixed template.
-
Do you know what you changed the last time you worked on it? Any new data connections? things like that.
-
I know this works if data is loaded from a secondary data source (Only tried XML).
It will allow you to select all text from that text box that is bound to a secondary source.
I have no idea why it does not work the same for the main source.
Are your fields string type or decimal?
-
If you use the "None (Display XML value)" it will give time in a 24 hour format.