Loading fd3 dictionary file

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 6:43PM
    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