Re: Multiple Memo fields to TRichEdit
- From: "Habib" <habibz@xxxxxxxxxxxxx>
- Date: Sun, 14 Jan 2007 23:27:55 +0200
Yes, you were right. I was out of space.
I couldn't create a calculated Memo field type, Delphi doesn't accept, so I
made it WideString type, but I forgot to check the size, and after your
reply, I saw that it was only 50, so that's way I could see only a few
lines.
Thanks again,
Habib
"Andrew" <abaylis_nos@xxxxxxxxxxx> wrote in message
news:45a96db8$1@xxxxxxxxxxxxxxxxxxxxxxxxx
"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
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!
ADODatasetReport2 field is a TMemoField and not a TStringField (you may be
running out of space).
Andrew
.
- References:
- Multiple Memo fields to TRichEdit
- From: Habib
- Re: Multiple Memo fields to TRichEdit
- From: Andrew
- Re: Multiple Memo fields to TRichEdit
- From: Habib
- Re: Multiple Memo fields to TRichEdit
- From: Andrew
- Multiple Memo fields to TRichEdit
- Prev by Date: Re: Connecting to Oracle DB via ip or hostname
- Next by Date: Updating binary fields in MS SQL
- Previous by thread: Re: Multiple Memo fields to TRichEdit
- Next by thread: Updating binary fields in MS SQL
- Index(es):
Relevant Pages
|