Subject Re: [IBO] RE: Blob fields
Author Luiz Alves
You have to set it in runtime as:

MydbRichEdit.PlainText:=False;

Luiz.

----- Original Message -----
From: Bituin Bautista <bituinb@...>
To: <IBObjects@egroups.com>
Sent: Tuesday, January 23, 2001 12:40 AM
Subject: RE: [IBO] RE: Blob fields


>
> I'm sorry, i'm using twwdbrichedit. There no property PlainText in
> twwdbrichedit
>
> I've tried the update statement in Interbase WISQL and it displays fine
> in the twwdbrichedit
> but if i run the program that transfer blob data from one table to another
> using IBO it display the extra text formatting..
>
> tIb_Cursor.Insert;
> tIb_Cursor.fieldvalues['bn_note'] = TIb_Cursor2.fieldvalues['no_notes']
> file://blob fields
> tIb_Cursor.Post;
>
> did i miss anything...is there's something wrong?
>
> thanks again
>
>
>
>
>
> -----Original Message-----
> From: Luiz Alves [mailto:cprmlao@...]
> Sent: Tuesday, January 23, 2001 12:55 PM
> To: IBObjects@egroups.com
> Subject: Re: [IBO] RE: Blob fields
>
>
> Bituin,
>
> This is not a IBO question but RichEdit derived componetns has a property
> called PlainText if I remember.
> Set PlainText to True or False as you need to show the memo.
>
> Luiz.
>
>
> ----- Original Message -----
> From: Bituin Bautista <bituinb@...>
> To: <IBObjects@egroups.com>
> Sent: Monday, January 22, 2001 11:01 PM
> Subject: [IBO] RE: Blob fields
>
>
> > Hi guys..
> >
> > I'm using TIB_cursor and copying blob fields from one table to another
> but
> > it also copies the formatting setting of the text (colors,fonts, etc)
> >
> > example: {when displayed on dbrichedit}
> >
> > Chattels
> > {\rtf1\ansi\deff0{\fonttbl{\f0\fnil\fcharset0 Arial;}{\f1\fnil Arial;}}
> > {\colortbl ;\red0\green0\blue0;}
> > \viewkind4\uc1\pard\cf1\lang1033\fs16 All light fittings\lang3081\f1\par
> > }
> >
> > I only need the text
> >
> > Chattels
> > All light fittings
> >
> > to be displayed on dbrichedit
> >
> > Can anyone help me??
> >
> > thanks
> >
> >
> >
> >
> >
> >
>
>
>
>
>
>