Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Report variable(s) scope
Message
General information
Forum:
Visual FoxPro
Category:
The Mere Mortals Framework
Miscellaneous
Thread ID:
00102871
Message ID:
00102875
Views:
18
>Now that I've got my report mostly working, I'm trying to display my view parameters in my report. I pass over a starting and ending date for the report from my form. The view works OK with these parameters but I'd also like to display the start/end date on my report. It looks like the variables are going out of scope, since the variables are always blank on the report. Is there some other way of accessing these variables?

It's enough to declare variables before REPORT FORM..
Local nReportvar1,nReportvar2...
nReportvar1=234
nReportvar2=24
Report Form ....
and these variables values can be used as part of field expressions.
Edward Pikman
Independent Consultant
Previous
Reply
Map
View

Click here to load this message in the networking platform