Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Gettings started with genrepox
Message
From
25/07/1999 12:22:55
 
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00244162
Message ID:
00245850
Views:
14
Thanks Markus!
>
>Something along these lines should get you started:
>
SET CLASSLIB TO GENREPOX
>oReport = CreateObject("cReport")
>oReport.LayoutFile = "demo.frx"
>oReport.Print
>Basically, you have a report called demo.frx which is a standard VFP report, but you may add commands to the comment snippets. You then tell the GenRepoX report object what FRX you want to print, and call the Print() method to execute it.
>
>Markus
--Todd Sherman
-Wake Up! Smell the Coffee!
Previous
Reply
Map
View

Click here to load this message in the networking platform