Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Referencing form's properties inside a report
Message
From
22/06/1999 08:02:53
 
 
To
15/06/1999 22:54:49
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00230268
Message ID:
00232401
Views:
15
>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.


in the method on you form that activates the report:


PRIVATE MYFORM

poMyForm = THIS

REPORT ...


Now you can reference the form using poMyForm.
Previous
Reply
Map
View

Click here to load this message in the networking platform