Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Passing public variables from a program file to a Report
Message
From
18/03/1999 13:42:20
 
 
To
18/03/1999 13:32:22
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00199364
Message ID:
00199373
Views:
15
>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
Previous
Reply
Map
View

Click here to load this message in the networking platform