Home General
New Blog Posts: Merging Reports - Part 1 and Part 2

Assigning

edited September 2002 in General
I am trying to create a memo component which has the text in the calc code.
Part of the text is string and part of the text will be of type memo. I
am having problems displaying the memo when I assign the memofield to the
memo component using the Memo.Text attribute as follows:

Memo8.Text := 'Although our business centers on customer satisfaction, it is
equally important that we redeem all ' + plMatter['Comments'];

where plMatter['Comments'] is of type memo.

Only the string portion of the Memo displays in the preview. The memo
portion does not display even though there is text.

Any suggestions on this.

Thanks in advance.

Prathy

Comments

This discussion has been closed.