Hi all,
I'm trying to create an interface for users to type up a form letter that will save to a database. I am using a text box control with the multiline property set to true. (i can change this control if you think I should use something different). The tabs save and as long as the user writes their paragraph with out hitting enter (one long line of text, kind of like notepad) I can print this letter to a word doc with no problems. However if return is pressed the formatting will be messed up when printed to Word. The other problem is the user can not view the full line of text when using the interface.
What I am envisioning is for the "long line of text" to basically be broken up so the user can view all lines of text the way it would be printed in Word. I tried counting the number of characters but with Word some characters are bigger than others so each line can have a different number of columns depending on the number of capital letters, or W's rather than i's (just as an example).
Is this possible with a textbox control? If so please help?
If not, should i use another control?
Oh and "No" they can not just type up a Word doc, I need to store the text in a table for manipulation (Basically, a Mail Merge without using Word's Mail Merge functionality, too many problems with different versions of office)
Thanks again
-Crow
I'm trying to create an interface for users to type up a form letter that will save to a database. I am using a text box control with the multiline property set to true. (i can change this control if you think I should use something different). The tabs save and as long as the user writes their paragraph with out hitting enter (one long line of text, kind of like notepad) I can print this letter to a word doc with no problems. However if return is pressed the formatting will be messed up when printed to Word. The other problem is the user can not view the full line of text when using the interface.
What I am envisioning is for the "long line of text" to basically be broken up so the user can view all lines of text the way it would be printed in Word. I tried counting the number of characters but with Word some characters are bigger than others so each line can have a different number of columns depending on the number of capital letters, or W's rather than i's (just as an example).
Is this possible with a textbox control? If so please help?
If not, should i use another control?
Oh and "No" they can not just type up a Word doc, I need to store the text in a table for manipulation (Basically, a Mail Merge without using Word's Mail Merge functionality, too many problems with different versions of office)
Thanks again
-Crow