Hello,
I have created a form for taking orders from our dealers that is based on an XML schema. I need them to be able to paste their order lines into one text box and use code on the form to parse that out into each xml line for item qty and item id. I have the code working to set the fields from the text box, but do not know how to loop through the text box and set each line to be a new line in the repeating table. I need the XML output to have each order line correctly. So if someone could help me with what code I need to use to set the fields and then create a new line in the repeating table and set those fields, that would be much appreciated. I'm using InfoPath2010 with C# code.
Thanks!
Trisha