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
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
code to load from file... here
frxreport1.dictionary.clear;
frxreport1.dictionary.loadfromfile('path&filename.fd3');
i have never tried it from inside.