R
RobertSRU1981
I created a text box in InfoPath non-SP1. I want to be able to use the input
from the text box and collect it. After i collect instantly when the person
clicks the submit button created. When the person clicks the submit button
the JScript will take over. First it will open two files (Which i have
allready figured out) then it will place all the information that they person
entered in two seperate files. The first file will make a formated file.txt
that will look like this.
First Name: John
Last Name: Doe
Age: 22
ect...
The second file will make a parsed file or delimited (by commas) file that
will look like this.
John,Doe,22,ect..
The problem i am having is trying to figure out how to convert a text box
object so it can be used into the JScript. I noticed that when you use
bottons you are asked to make a Script ID for that button so you can identify
it in the script. But it does not ask for a Script ID for a text box or
anything else for that matter. How do i collect whatever the user enters in
the text box so i can throw the information into a delimited file or
basically how can i change the text box info into a variable that can be used
in JScript?
from the text box and collect it. After i collect instantly when the person
clicks the submit button created. When the person clicks the submit button
the JScript will take over. First it will open two files (Which i have
allready figured out) then it will place all the information that they person
entered in two seperate files. The first file will make a formated file.txt
that will look like this.
First Name: John
Last Name: Doe
Age: 22
ect...
The second file will make a parsed file or delimited (by commas) file that
will look like this.
John,Doe,22,ect..
The problem i am having is trying to figure out how to convert a text box
object so it can be used into the JScript. I noticed that when you use
bottons you are asked to make a Script ID for that button so you can identify
it in the script. But it does not ask for a Script ID for a text box or
anything else for that matter. How do i collect whatever the user enters in
the text box so i can throw the information into a delimited file or
basically how can i change the text box info into a variable that can be used
in JScript?