FAST REPORT CMD PARAMETERS
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
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