cancel
Showing results for 
Search instead for 
Did you mean: 

Images not visible and options not working.

Former Member
0 Kudos

I use crystal reports (VS 2008 ) application which is working fine in my local system.

when i deployed in server/prodution i am not able to see images.

i have set mode to "active x". now i am getting an error saying "The system cannot find the path specified "

Accepted Solutions (1)

Accepted Solutions (1)

former_member183750
Active Contributor
0 Kudos

ActiveX only applies to printing so let's not worry about that and look at the images issue. See the following articles for troubleshooting tips:

https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/a0437ea8-97d2-2b10-2795-c202a76a...

https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/50aa68c0-82dd-2b10-42bf-e5502b45...

Ludek

Former Member
0 Kudos

I have followed the links you provided.

I am able to see images correctly in the report (print,export......)

when i click on print i am getting the crystalreportviewer pop and immediately closing by itself. Is this because of active x ??

to check if active x is enabled or not i have checked

active x setting in internet explorer. when tools -> internet options -> custom level ->

everything is disabled there as per clients company policy.

for accessing the application from users system do we again need to do the same excercise for all the users systems. I want to know this as there are about 1000 users who need to use this print option.

former_member183750
Active Contributor
0 Kudos

If activeX is not allowed; "...disabled there as per clients company policy.", then you have two options;

1) use the DPF print option. This can be set on the viewer properties in the .NET IDE.

2) use the print APIs from the CR SDK for .NET

For a printing sample app see vbnet_win_printtoprinter here;

https://wiki.sdn.sap.com/wiki/display/BOBJ/CrystalReportsfor.NETSDK+Samples

Ludek

Answers (0)