Hi,

I am using FastReports 3.20 and I have encountered a rather strange problem. Whenever a MemoView component in the report contains non-english characters such as ä, å or å the memo is not visible in the PDF export!

Such a MemoView in XML looks like this:

CODE
<TfrxMemoView Name="Memo19" Left="181,41744" Top="177,63791" Width="177,63791" Height="18,89765" Text="äää ööööååååå"/>


The MemoView is visible when I generate preview in the FastReport editor but in the PDF export generated in run time it is not.

I am using Borland CBuilder 6 Enterprise.