Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Sending the value of a property to a report
Message
 
To
31/07/2002 10:01:18
Carmen Gassi
Perseus Software Systems
Oakville, Ontario, Canada
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00684427
Message ID:
00684439
Views:
24
Carmen
You don't have to declare the variables as public to do that. The variables in your form code are in the scope of your report. For instance, the following will work perfectly:
local prtFromDate, prtToDate, prtSomeVar
with ThisForm
   prtFromDate = .FromDate.Value
   prtToDate = .ToDate.Value
   prtSomeVar = .someField.Value
endwith
report form Myreport noconsole preview
In this example, you can place wherever you want in your report the vars prtFromDate, prtToDate and prtSomeVar.

Cheers,
Jaime

>
Hello All
> Is it possible to send from a form, the value of a property to a report as a parameter? Would the alternative be to declare a public variable and assign the value of the property to the public variable so that the report writer will be aware of it?
>
>Thanks in advance
>Carmen
Why do programs stop working correctly as soon as you leave the Fox?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform