Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Crystal Report - Performance? How to call it?
Message
From
22/03/1999 12:15:48
 
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Miscellaneous
Thread ID:
00200432
Message ID:
00200528
Views:
12
Eric

I have found that CR is pretty fast, I use CR6 to creat the report first, then I use OLE Automation to use the report

oCrystal=CreateObject('Crystal.CRPE.Application') &&OLE Automation Object
oReport=oCrystal.OpenReport('shaded2.rpt') &&Report to use
oReport.database.Verify &&Verify the data, with out user intervenstion
oReport.Printout(.F.) &&Print the report, with out user intervenstion

HTH

also I found some nice hints on there News groups server news.cogniza.com
Iain Brodie
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform