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

How do I replace a text string in a ppRichText component?

edited January 2005 in General
How do I replace a text string in a ppRichText component?

I saw the findtext method but how do I replace the string without wiping out
a RTF formatting token? Thanks

Comments

  • edited January 2005
    Hi George,

    Once you find the correct text, you will need to use the built in RichText
    properties SelText, SelStart, SelLength, and SelAttributes in order to
    manipulate a string within a RichText component. See the ReportBuilder help
    file on the TppRichText topic for more information.

    --
    Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com

    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
This discussion has been closed.