I'm sorry. I didn't see that it was a DB RichEdit, in which case the underlying db datatype is a Note data type which has a limit of 4k. If you are going to need larger data, then set the field to a VarChar and use the Variable RichEdit to manipulate VarChar data. There wouldn't be a size limitation on a Variable RichEdit. You would retrieve your Varchar data to a variable of Type Varchar, then write to (a temp) File, then Load_From_File to put the data into the Variable Richedit and reverse the process for storage in the DB.
----- Original Message ----- From: "Benjamin Strickland" <[EMAIL PROTECTED]> To: "RBASE-L Mailing List" <[EMAIL PROTECTED]> Sent: Wednesday, September 01, 2004 1:11 PM Subject: [RBASE-L] - Re: Problem With DB Rich Edit Rich Properties Field > Thanks Mike. > > What I have discovered is when I reach the limit of 4000 characters > I start to have this problem. > > I do not know whether this is a bug in R:Base. > > I will continue to research this problem. > > Benjamin > > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of MikeB > Sent: Wednesday, September 01, 2004 11:56 AM > To: RBASE-L Mailing List > Subject: [RBASE-L] - Re: Problem With DB Rich Edit Rich Properties Field > > Ben, > > Go to www.rbase.com/rbg7updates take the In-Line Updates for R:BASE 7.1 > for > Windows (Build 7.1.76.30715) link and then the download for the: > > Rich Edit Demo and Tutorial > > There is a plethora of code there to demonstrate how to manipulate the > RichEdit > control (as well as a documenter of the controls on each form).. > > > > > ----- Original Message ----- > From: "Benjamin Strickland" <[EMAIL PROTECTED]> > To: "RBASE-L Mailing List" <[EMAIL PROTECTED]> > Sent: Wednesday, September 01, 2004 10:24 AM > Subject: [RBASE-L] - Re: Problem With DB Rich Edit Rich Properties Field > > > > 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 > > > > > > > > > > > > > > >

