FAST REPORT CMD PARAMETERS

edited 6:12PM in FastReport 4.0
hello
i have created a fast report with some variables and memos. the memos are taking the parameters values.
i did so programmatically (for example memo2.text := <@to>;).
what i would like to do is to pass the <@to>; parameters from cmd for example
report -v c:\test.fr3 to=
but it seems that the report is taking the value that already exists. how can i solve that?
thank you in advance for your answer

Comments

  • gpigpi
    edited 6:12PM
    You may get parameters from cmd in your Delphi's program and then set report's variables in TfrxReport.OnGetValue event

Leave a Comment