Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
*Hmmph*
Message
From
23/07/1999 04:56:02
 
 
To
22/07/1999 18:48:35
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Title:
Miscellaneous
Thread ID:
00244770
Message ID:
00245211
Views:
17
>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.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform