Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Referencing form's properties inside a report
Message
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00230268
Message ID:
00231266
Views:
14
>How can i reference a form's property inside a report?
>i.e: I want the report to print myform.my_property
>
>I can't issue thisform.my_property because i get an error message.
>
>Thanks
>
>Juan Carlos

Set a vaiable that has scope prior to running your report. Then use that variable in your report...

cMyRptVariable = MyForm.SomeProperty
DO REPORT FORM MyReport


HTH,
Jack
Previous
Reply
Map
View

Click here to load this message in the networking platform