Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
*Hmmph*
Message
De
23/07/1999 04:56:02
 
 
À
22/07/1999 18:48:35
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Titre:
Divers
Thread ID:
00244770
Message ID:
00245211
Vues:
21
>Todd,
>
>GenRepoX works by calling the GenRepoX driver as follows:
>
>do genrepox with "report form myreport.frx"
>
>... where myreport.frx is the FoxPro report that has been created using the FoxPro report editor.

It is even more powerful when used as a class:

PRIVATE THISREPORT
THISREPORT = CREATEOBJECT( "MyGenrepoXClass" )
lnReturn = THISREPORT.print()
RELESE THISREPORT

The class contains the reference to the .frx and can also hold any
properties you might want to reference in the report.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform