Re: Multiple Memo fields to TRichEdit



Well, from my knowledge (I'm a newbie to Delphi), to use DBrichedit I have
to create a new field which will have both Summary and Comment texts, and
this field to link to dbrichedit, is it corect?

Also, I would like to know if it is possible to maintain a certain order in
displaying.
My problem is that I have in a form2 a Tmemo, where I write something and
save in Summary field, then in form3 I have other Tmemo, and I save its
text to Comment field, and in form1 I have (let's say) DBRichEdit which I
would like to display
Summary
Comment
Now if I will create a new field (let say FieldA) and link it to DBRichedit
and when I save the text in Summary field, I will save in FieldA too, and
then save both to Comment and FieldA, the order is how I want.
But if I go first to form3 and save to Comment and FieldA, the order will
change:
Comment
Summary
and I don't want this.

Please help, I really need some advice about this, I'm stuck with this
problem!

Thank you very much,



"Bill Todd" <no@xxxxxx> wrote in message
news:45a8062d$1@xxxxxxxxxxxxxxxxxxxxxxxxx
Habib wrote:

Hi,



I need to display multiple fragments of text stored in an Access
Database formatted memo fields in a single TRichEdit.

For example, I have ADODataset1 with Summary (Memo field), and
ADODataset2 with Comment (Memo field) and I want to display in a
RichEdit:

Summary

Comment

How can be done this?



Thanks in advance,

Can you not just use the TDBRichEdit component?

--
Bill Todd (TeamB)


.