Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Passing public variables from a program file to a Report
Message
De
18/03/1999 13:42:20
 
 
À
18/03/1999 13:32:22
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Divers
Thread ID:
00199364
Message ID:
00199373
Vues:
16
>Once again, forgive my relative ignorance.
>
>I am trying to pass data generated in a program into a report form. It is not efficient to use a data set created in the program, and then declared in the report forms data environment.
>
>I am trying to pass the variables the data is stored in to the report form using variable declared as public in the program, but I cannot find any documentation on doing so, and am having trouble getting it to work. or is there perhaps a better way (other than the data set)?
>
>Thanks for any help on this.
>
>Jere

Usually, you don't need to pass them. If you have some local variables in some event/method and then you call REPORT FORM ..., you may use all these variables within the report form. If you like OO-ish solutions, you may create custom object right before REPORT FORM and its object properties within the form.
Edward Pikman
Independent Consultant
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform