At 04:53 PM 4/1/2008, Bernard Lis wrote:
In a form, I have a DBRichEdit box. If I type directly into this box, all is well. But if I dubl click to bring up the Rich Text Editor, after entering something and clicking ok, the lineend character shows up in the form both in front of and at the end of each line. How can I avoid this ?
What is the data type for the column used as DB Rich Edit in form? You must be using NOTE data type for DB Rich Edit control. FYI, DB Rich Edit control is intended for VARCHAR data type to handle rich text formatting and much more. In your specific case, use DB Memo control to achieve desired results. Using R:BASE 7.6 or Turbo V-8 for Windows, if you don't want to take the time and change to appropriate control, simply save the row or use F7/F8 key and let the R:BASE engine take care of the line end character when a NOTE data type is used in DB Rich Edit control. That is your tip of the day! Very Best R:egards, Razzak.

