Unicode ??

edited 10:25PM in FastReport 3.0
Hello FastReport,

are there any plans to support unicode in the next time or any tips how to print unicode?
With TRichEdit it is possible to do so if the text ist entered with the inplace editor. But a "TfrxRichView(sender).RichEdit.Text := ..." does not work even if the Text is coming from a TNT unicode component.

Every tip is welcome, i need a reporter with unicode for Delphi 5 (yes i know, a litte old, but D2005 in pure VCL mode does not support unicode too) next month and i had to look for another tool if i find no solution very soon.

thanks in advance,
Helmut


Comments

  • edited 10:25PM
    FR does not support unicode, we don't plan to support it in the near time. RichEdit.Text is of type String, not WideString. You can try to use RichEdit.Lines.LoadFromStream.

Leave a Comment

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.