Loading fd3 dictionary file

edited 12:14PM in FastReport 4.0
Hi,

I would like to load variables from a previously saved .fd3 file in runtime (for example in the OnStartReport event) using PascalScript in my report.
Has anyone done this? Could you please provide a code sample?

Thanks a lot, Jan

Comments

  • gordkgordk St.Catherines On. Canada.
    edited 12:14PM
    from delphi it would be right after loading a report
    code to load from file... here
    frxreport1.dictionary.clear;
    frxreport1.dictionary.loadfromfile('path&filename.fd3');

    i have never tried it from inside.

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.