Need Help on graphs display in crystal reports
Application is using crystal reports 8.5 version in ASP to display bar charts. It displays the bar charts fine in windows NT o.s.
The problem is when the application is moved from windows NT to XP machines, the bar charts are not displayed.
Please reply.
Regards
Shilpa
[299 byte] By [
Shilpa] at [2007-11-11 7:25:58]

# 1 Re: Need Help on graphs display in crystal reports
Is crystal reports installed on the machines you moved to? And if not Can you tell me if you made sure the crystal com object was registered on the machine? you would have referenced it in your code?
# 2 Re: Need Help on graphs display in crystal reports
Is crystal reports installed on the machines you moved to? And if not Can you tell me if you made sure the crystal com object was registered on the machine? you would have referenced it in your code?
Crystal reports is installed and com object referenced are
crxf_pdf.dll
crxf_rtf.dll
Crxlat32.dll
u2dapp.dll
u2ddisk.dll
u2dmapi.dll
u2dnotes.dll
u2dpost.dll
u2dvim.dll
u2fcr.dll
u2fdif.dll
u2fhtml.dll
u2fodbc.dll
u2frdef.dll
u2frec.dll
u2frtf.dll
u2fsepv.dll
u2ftext.dll
u2fwks.dll
u2fwordw.dll
u2fxls.dll
u2fxml.dll
sscdlg.dll
sscrc.dll
sscsdk80.dll
Shilpa at 2007-11-11 17:28:05 >

# 3 Re: Need Help on graphs display in crystal reports
I have worked on Crystal 10 so i am not sure about the 8.5 dll name
But i am guessing it should be one of the first three
Go to the path C:\Program Files\Common Files\Crystal Decisions\<version number>\bin and register the dll that you are referencing , explicitly using regsrv32...
Try this and see Normally we reference craxddrt dll and use it In your case try one of the first three dlls in the list you mentioned
# 4 Re: Need Help on graphs display in crystal reports
I have worked on Crystal 10 so i am not sure about the 8.5 dll name
But i am guessing it should be one of the first three
Go to the path C:\Program Files\Common Files\Crystal Decisions\<version number>\bin and register the dll that you are referencing , explicitly using regsrv32...
Try this and see Normally we reference craxddrt dll and use it In your case try one of the first three dlls in the list you mentioned
For your information, Crystal reports is not installed in the system. But the dlls mentioned in the list are referenced.
Please reply.
Regards,
Shilpa
Shilpa at 2007-11-11 17:29:57 >

# 5 Re: Need Help on graphs display in crystal reports
In your previous post you mentioned that crystal reports was installed anyway,
When we installed our application on the server we used to give a supporting executable which used to install the crystall dlls on the system(it is called a merge module I guess and crystal supplies it) , it is a redistributable to be included in your deployment So thats your solution
If you have a license you can spare you could install Crystal but thats not the right way
If you can find the dlls you are referencing in the path i mentioned earlier you could register them one by one and try, am not sure if just registering the dlls will work but atleast give it a shot if you cant do one of the two above