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.
Comments
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
http://www.digital-metaphors.com
info@digital-metaphors.com