Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Crystal Reports Runtime File
Message
From
02/05/2002 04:46:55
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Title:
Crystal Reports Runtime File
Miscellaneous
Thread ID:
00651746
Message ID:
00651746
Views:
53
What are the Crystal Reports runtime files?

My program look like this :

MyForm.init


=SYS(2333,1)
THIS.Caption = mTitle
THIS.oCrystalReports = CREATEOBJECT('CrystalRuntime.Application')
THIS.oReport = CREATEOBJECT('CrystalRuntime.Report')
THIS.oReport = THIS.oCrystalReports.OpenReport(lReport)
THIS.addObject('oleCRViewer','oleControl','crViewer.crViewer')
THIS.resize
THIS.oleCRViewer.ReportSource = THISFORM.oReport
THIS.oleCRViewer.ViewReport()


I already include :
Craxddrt.dll
Craxdrt.dll
CRViewer.dll
CRDesignerCtrl.dll


The system prompt me error msg :

Class definition 'CrystalRuntime.Application' not found.



TIA.
Next
Reply
Map
View

Click here to load this message in the networking platform