I am reading a pipe delimited text file into a repeating form table. I am using OpenTextFile ForReading method of retrieval.
The Form opens. There are 3 sections of the delimited text (ie. FirstName | MiddleName | LastName) being split at the pipe and fed into each of 3 text fields. The 3 text fields Repeat as long as the data is NOT AtEndofStream. A submit button and then the form closes.
What steps do I now need to take to be able to update the text fields and then write all of the new info back to the text file?
My guess is I first need to setup a counter and add that as part of the input name so as to make data collection easier. If there is a better, less kludgy way I would be thankful to know that method.
Thanks in advance
The Form opens. There are 3 sections of the delimited text (ie. FirstName | MiddleName | LastName) being split at the pipe and fed into each of 3 text fields. The 3 text fields Repeat as long as the data is NOT AtEndofStream. A submit button and then the form closes.
What steps do I now need to take to be able to update the text fields and then write all of the new info back to the text file?
My guess is I first need to setup a counter and add that as part of the input name so as to make data collection easier. If there is a better, less kludgy way I would be thankful to know that method.
Thanks in advance