Mike, I have tried your suggestion at every possible location of the form and it looks like that will not do it for me.
I am using some email addresses in my data tied together with the ";". When I remove the email addresses it saves the data properly. Do you feel that could be the problem? Ben -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of MikeB Sent: Wednesday, September 01, 2004 11:03 AM To: RBASE-L Mailing List Subject: [RBASE-L] - Re: Problem With DB Rich Edit Rich Properties Field You have to set the property of the RichEdit control to PLAINTEXT before saving (preferably in the OnAfterStart EEP). PROPERTY <YourRichEditControl> PLAINTEXT 'TRUE' ----- Original Message ----- From: "Benjamin Strickland" <[EMAIL PROTECTED]> To: "RBASE-L Mailing List" <[EMAIL PROTECTED]> Sent: Wednesday, September 01, 2004 9:51 AM Subject: [RBASE-L] - Re: Problem With DB Rich Edit Rich Properties Field > I am experiencing a problem with this field with editing data and then > saving that data it changes to this and not the normal text: > > > > {\rtf1\ansi\ansicpg1252\deff0{\fonttbl{\f0\fnil\fcharset0 MS Sans Serif;}} > > {\colortbl ;\red0\green0\blue0;} > > \viewkind4\uc1\pard\cf1\lang1033\b\f0\fs20 The email addresses below are the > people I sent a "V4" Video email on August 31, 2004. > > \par > > > > Why is this happening? > > Ben > > > >

