variables are saved in fr3
in my 5.6.1 version, all variables are saved in fr3, i fill them from program before report creation
and are different for different customers.
in FR 4 variables were not saved.
is any way how to disable this "feature" in FR version 5?
thanks is advance
edit:
to be more clear, i mean report variables added to report from delphi code via
frxReport1.Variables := Null;
frxReport1.Variables :=quotedstr('ABCD');
and are different for different customers.
in FR 4 variables were not saved.
is any way how to disable this "feature" in FR version 5?
thanks is advance
edit:
to be more clear, i mean report variables added to report from delphi code via
frxReport1.Variables := Null;
frxReport1.Variables :=quotedstr('ABCD');
Comments