Good morning,
I have a rich edit box that I have limited in size to allow a user to
enter 80 character lines. They can start a new line at any time but if
they continue typing the word wrap kicks in at the 80 character point.
My problem is that the text they type is saved to the DB2 database
with RTF tags. When a user hits return a tag is added to the text and
stored on the database. When the component performs the word wrap I am
left with nothing but a space on the database. When this text is
loaded in the Rich Edit of a different application it does not format
correctly as it does not know to start a new line where the wrap was.
Could someone tell me how I can still give the user word wrap
functionality but also detect that I should have a tag where word wrap
has taken place?
Thanks for any help.