Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Passing an object to the report
Message
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00132484
Message ID:
00132485
Views:
16
>I've got an object that has a number of properties that'd I'd to include in a report. I'm wondering if/how I can pass an object reference to the report. Unfortunately, I can't create the object from the report.
>
> My next thought was to create a method that took these properties and made them local variables, then ran the report from that method instead of my Print() method. I might just do this instead, but I kind of prefer having all my print code located only in the Print method.
>
> Ideas?
>
>Thanks,

You can use property of any existing object inside report form. The only thing is tto provide full reference to it e.g.:
oApp.ReportTitle
Edward Pikman
Independent Consultant
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform