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

DBMemos to the clipboard

edited September 2002 in General
How do I export report text, including DBMemos, to the clipboard? I use
Delphi 4 and Report Builder Standard Edition 5.56.

/Gitte

Comments

  • edited September 2002
    During report generation, use a TppMemo and set it to stretch. Then in its
    OnPrint event handler, assign the text to the memo lines directly from the
    pipeline using the bracket notation: myValue := myPipeline['myFieldName'];
    You can then place this text in the clipboard.


    Cheers,

    Jim Bennett
    Digital Metaphors

This discussion has been closed.