cancel
Showing results for 
Search instead for 
Did you mean: 

crviewer.dll

Former Member
0 Kudos

I am using VB6 with crystal report 2011. when I use:

set Report = crxApplication.OpenReport("c:\CRP\abc.rpt")

I see: Report = <Object variable or with block variable not set>

Then error messgae -2147206429

Please help.

Accepted Solutions (1)

Accepted Solutions (1)

former_member183750
Active Contributor
0 Kudos

Hi John    

I moved your query to the SAP Crystal Reports - Legacy SDKs SCN Space.

In a nut shell, you have several issues to contend with:

CR 2011 (v. 14.0.x) does not install any SDK

The SDK you are trying to use (Report Designer component (RDC)) was retired in CR XI R2 (v. 11.5.x).

CR XI R2 has been out of support for over two years.

Thus as far as VB 6, you have no options as there is no CR SDK in the current releases that support VB 6.

Your options:

Re-code the application using the CR SDK for Visual Studio .NET. The download is here:

Re-code the application using the CR SDK for Eclipse. The download is here:

SAP BusinessObjects - SAP Crystal Reports, Version For Eclipse Download

- Ludek

Senior Support Engineer AGS Product Support, Global Support Center Canada

Follow me on Twitter

Former Member
0 Kudos

Dear Ludek,

I found the EXE works on some of the PCs and doesn't work on one PC, which is developer PC. Therefore the problem is more like from windows. Do you know what is the windows API that crviewer.dll talk to?

Best Regards,

John

0 Kudos

Still not supported though... Never tested it so no idea what is missing.

You'll have to use Process Monitor or Modules to find out what is missing or access denied errors.

Don

Answers (0)