Re: Multiple Memo fields to TRichEdit
- From: "Andrew" <abaylis_nos@xxxxxxxxxxx>
- Date: Sun, 14 Jan 2007 10:39:47 +1100
"Habib" <habibz@xxxxxxxxxxxxx> wrote in message news:45a95885@xxxxxxxxxxxxxxxxxxxxxxxxx
Thanks both of you for suggestions.As Bill said, that should work. However, I'd also ask you to check that the ADODatasetReport2 field is a TMemoField and not a TStringField (you may be running out of space).
I decided to create a calculated field that combines the memo fields
together, but I didn't succeed to make it work.
I tried to create Report field, which is calculated, type WideString, and
linked to dbrichedit and I made something like that:
AdoDataset2Report.AsWideString := ADODataset1Summary.AsWideString +
AdoDataset3Comment.AsWideString;
this will display in DBrichedit only a few lines from Summary field.
I tried also with ADODataset1Summary.AsVariant +
AdoDataset3Comment.AsVariant, with same result.
What is the solution to combine the memo fields? I didn't find anything on
Internet to help me...
(Please, bear a beginner questions!)
Thank you very much!
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
- Re: Multiple Memo fields to TRichEdit
- From: Andrew
- Re: 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: Connecting to Oracle DB via ip or hostname
- Previous by thread: Re: Multiple Memo fields to TRichEdit
- Next by thread: Re: Multiple Memo fields to TRichEdit
- Index(es):
Relevant Pages
|