Getting started with variables
Hi!
I have inserted a Memo1 field in to the report and set its contents: ReportNumber = [ReportNumber]
Then I defined ReportNumber variable and would like specify a value for this variable at design time so that I can preview the report. I have seen how to set the variable value at runtime. Is it possible to set it design time? I can't seem to figure out an expression required so that it will assign a text to the variable.
Thanks!
Atmapuri
I have inserted a Memo1 field in to the report and set its contents: ReportNumber = [ReportNumber]
Then I defined ReportNumber variable and would like specify a value for this variable at design time so that I can preview the report. I have seen how to set the variable value at runtime. Is it possible to set it design time? I can't seem to figure out an expression required so that it will assign a text to the variable.
Thanks!
Atmapuri
Comments
And put [LVersion] as your Memo contents.
Mick