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

Thread errors with TppRichEdit

edited September 2002 in General
When running RBuilder reports that have any kind of Rich Edit component
inside the IDE I get thread error messages.
If I run my compiled exe outside of IDE I do not see the two thread error
messages.
I am using RBuilder 6.03 Standard in Delphi 6.
This is a very consistent error - all I have to do is add a blank TppRich
Edit ot my report to get the error.
Has anyone else had this problem? Is there a workaround for it?

Gerald

Comments

  • edited September 2002
    Are you using threads in your application? The rich text support in RB 6.03
    and prior is not threadsafe. RB 7 is thread safe. If you want to use rich
    text in reports in a threaded environment, then upgrade to RB 7.


    Cheers,

    Jim Bennett
    Digital Metaphors

  • edited September 2002
    Thanks Jim.
    I have the 7 upgrade - I was just a little nervous about using it mid
    project.
    Guess I will have to try it out.

    G

This discussion has been closed.