Localisation and RTF Export

Dear developer team!

I'm evaluating FastReport 4 and my first impressions are very good. However, there are few questions:

- can I localize PreviewWindow dinamically? My application works in two languages and all my strings are placed extern in a file.
- PDF looks as in PreviewWindow, but I don't understand why some first lines of MasterData are on some pages moved to left...
- RTF is not good, pages are messed. Can I send you examples?

Thanx,

Miro M.

Comments

  • edited 6:48PM
    You can localize. Read more in Programmer manual section 1.8. You should look in FastReport\Res folder for more resources. For example: Res\Danish\mkall.bat
    frxResources.LoadFromFile(GetAppPath + m.Caption + '.xml');
    Localize;
    frxResources.LoadFromFile(GetAppPath + LangName + '.xml');
    Localize;
    You should send *.fp3 file (save from preview) and report results with your comments to support@fast-report.com.
  • edited 6:48PM
    !! GREAT !! - Localization works, thanx!

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.