variables are saved in fr3

edited January 2018 in FastReport VCL 5
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');

Comments

  • gpigpi
    edited 10:53AM
    Modify frxClass.pas:
    procedure TfrxReport.WriteVariables(Writer: TWriter);
    begin
    // frxWriteCollection(FVariables, Writer, Self);
    end;
    

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.