Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Create New Report from VFP7 fails on CR9.
Message
From
24/11/2002 02:45:17
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Crystal Reports
Title:
Create New Report from VFP7 fails on CR9.
Miscellaneous
Thread ID:
00726242
Message ID:
00726242
Views:
56
Hi all,

I'm trying to do the below:

1. Create a form.
2. Put a Embeddable CR 9 Report Designer Control.
3. Put 2 buttons New and Edit.
4. In Init(),
ThisForm.crApplication = CreateObject("CrystalDesignRuntime.Application")
ThisForm.Report = CreateObject("CrystalDesignRuntime.Report")
5. In New.Click(),
ThisForm.Report = ThisForm.crApplication.NewReport()
ThisForm.pgf1.Page1.crRDC.ReportObject = ThisForm.Report

When the new is clicked, the below message appeared :
OLE IDispatch exception code 0 from Crystal Reports ActiveX Designer:
Creation feature not enabled...

Please help.
Next
Reply
Map
View

Click here to load this message in the networking platform