Re: Multiple Memo fields to TRichEdit
- From: "Andrew" <abaylis_nos@xxxxxxxxxxx>
- Date: Sat, 13 Jan 2007 11:05:50 +1100
"Habib" <habibz@xxxxxxxxxxxxx> wrote in message news:45a80181@xxxxxxxxxxxxxxxxxxxxxxxxx
Hi,As the TDBRichEdit can only display from one field, you'll need to create a calculated field that combines the two bits of text together and then get the DBRichEdit to display it. As you are using ADO, a quick way would be to modify the SQL statement, or you can create a persistent field in one of the datasets and write an OnCalcFields handler.
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,
HTH
Andrew
.
- Follow-Ups:
- Re: Multiple Memo fields to TRichEdit
- From: Habib
- Re: Multiple Memo fields to TRichEdit
- References:
- Multiple Memo fields to TRichEdit
- From: Habib
- Multiple Memo fields to TRichEdit
- Prev by Date: Re: Multiple Memo fields to TRichEdit
- Next by Date: Re: Multiple Memo fields to TRichEdit
- Previous by thread: Re: Multiple Memo fields to TRichEdit
- Next by thread: Re: Multiple Memo fields to TRichEdit
- Index(es):