Date: 10/09/07 (C Sharp) Keywords: no keywords I have a program (VS 2005) that is taking user input in a multi line text box and then is taking it, converting it to WordML, and putting it in a word document. The problem is that I'm not sure how I can keep the formatting of the multi line through to put on the word doc. Its basically an address field, and I don't want to have to make like 4 single line address boxes and then throwing them all in individually. Is there any way to keep the multi line formatting while I'm transferring the info? I tried the /n or whatever for the new line, but that doesn't seem to work. Perhaps I'm implementing it wrong, but I'm not sure. Also I have another section where I have a static multi line address field that I can't get to do the multi line thing correctly either. Does it look like I just need to make a bunch of single line text fields and merge them, or is there a real solution to this? Thanks.
|