Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Report Wrapper Object - RWO
Message
 
 
À
22/03/2002 23:27:52
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Divers
Thread ID:
00636380
Message ID:
00636616
Vues:
17
>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--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform