cancel
Showing results for 
Search instead for 
Did you mean: 

Runtime error license SetLicenseKeycode

Former Member
0 Kudos

I have Crystal XI DEVELOPER and VB6 , but i can not get the method "setlicenseKetcode".

In the pc distribuete i have the error (-2147024894 (80070005) This system non have i license or is expired)

This problem is generated whem use the RDC designer.

Public Application As New CRAXDDRT.Application

Public report As CRAXDDRT.report

Private Sub Form_Load()

Application.SetLicenseKeycode ("B6W60-xxxxxxx-xxxxxxx-xxxx")

Set report = Nothing

Set report = Application.OpenReport(GESTIONE_REPORT.FILE_TMP)

CRDesignerCtrl111.ReportObject = report

CRDesignerCtrl111.DisplayToolbar = True

CRDesignerCtrl111.EnableHelp = False

CRDesignerCtrl111.DisplayFieldView = True

CRDesignerCtrl111.DisplayGrid = True

CRDesignerCtrl111.DisplayHiddenSections = True

CRDesignerCtrl111.DisplayRulers = True

CRDesignerCtrl111.EnableSnapToGrid = True

end sub

Tank for your help

Accepted Solutions (1)

Accepted Solutions (1)

0 Kudos

When using the craxddrt you must have a RCAPI license keycode. Use craxdrt.dll and the keycode will likely work for you. To verify if your keycode is enabled for the Designer component call the sales team from the number in Help, About... and they can confirm if your keycode is RCAPI enabled using our internal Keycode decoder.

Former Member
0 Kudos

I have 24 digit product activation number xxxxx-xxxxxxx-xxxxxxx-xxxx is this ?

How to get a license RCAPI keycode ?

tank

0 Kudos

As I said, you must call the Sales Department to get a licensed keycode. We cannot generate them in support. 1 800 877 2340.

This engine will be deprecated as of CR 2008 and is for internal use only. There will be no licensing available to use it. If you wich to continue to use a Report Designer inyour application you will need to convert to RAS ( Report Applciation Server ) and build your own report designer. It has functionality that can duplicate the craxddrt report engine

Answers (0)