Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Report variable(s) scope
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
The Mere Mortals Framework
Divers
Thread ID:
00102871
Message ID:
00102875
Vues:
19
>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform