Bullet problem in WPTools 7

  • Since I migrated my application from Delphi 2007 to Delphi XE6 I have a problem within my report generator: Bullets are suddenly converted to ?. While bulleting work well in the word processor (also wp7) in the application, the report generator (same wp7 version) converts the bullets of merged rtf with bullets int ?.

    I tried to compare the settings of the two editboxes but did not find any significant dufferences.

    Can I set a default bullet font for an edit box or do a bulk change after merge to correct that?

    Thanks for help

    Michael

  • Hello,

    Thanks. I just discovered an other major difference: I load the rtf-template from a string from the database whereas in wordprocessing I load them from files! I will first check if this causes the problems.

    Michael

  • Sorry having bugged here!

    Next time I will first look into my code more deeply! I create the lists from a a kind of HTML by code and used chr(149) instead of ansichar(149) for the bullets. Overseen when migrating from Delphi 2007 to XE6...

    Michael