Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Report Wrapper Object - RWO
Message
 
 
To
22/03/2002 23:27:52
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00636380
Message ID:
00636616
Views:
16
>Has anyone used the RWO? More specifically, has anyone using VPM Enterprise 6.0c framework used the RWO?
>
>I use VPM framework which launches all my reports from a Reports Manager or from the Toolbar directly. However, the sample provided with the RWO seems to require that the report be launched by a form on which the bzprnlib class has been dropped so that the PEM are available to the report through the form.
>
>How can I run a report without reverting to this method? How can the class be called or made visible to the report?
>
It can be used w/o form. For example
Select customer
oReport1 = NEWOBJECT("report", "bzprnlib")
oReport1.ReportName = "CUSTOMER.FRX"
oReport1.Alias = alias()

oReport1.DefaultWinPrinter = .T.
oReport1.AllPage = .T.
oReport1.Preview = .T.
oReport1.PrintReport()
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform