Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Problem With VB and CR8.5. Blank Graphs 1

Status
Not open for further replies.

996Moog

Programmer
May 8, 2003
3
GB
I am currently running on XP and am writing apps in VB6 with embedded Crystal Reports.

Everything works fine on my machine, but when I install the application onto a client machine, normally running Win2K or 95 the graphs cannot be displayed. There are no error messages, just blank graphs.

I am supecting that this is down to missing dll's, but which ones I don't know.

I have included the following in my setup.

pg32conv.dll
sscsdk80.dll
craxdrt.dll
CRViewer.dll
CRDesignerCtrl.dll
Craxddrt.dll
crpe32.dll
msdbrptr.dll
msderun.dll
msstdfmt.dll
msbind.dll


Can anyone help?

cheers

mark
 
You do not seem to be using any of the Crystal database drivers>

1. Are you sure that it is just the graphs not printing. Remember the graphs are based on database records, no database records no graphs. Ie are the reports without graphs still working and are the reports with graphs connecting to the database, if not you may not be installing the correct database driver.

2. If reports without graphs are working are you connecting to the database in the same way as reports without graphs. I spent half a day trying to figure out why a report was not printing any records because one was using a Microsoft SQL connection and one was using a OLE DB connection to SQL Server.
 
Looking through CraxDrt.DEP, you may be missing are

CRXLAT32.DLL
 
Mark

I have the same problem, did you solve the issue?
 
I have also same problem....and have already posted threads about it, but still unable to deploy graph reports.
 
I faced the same problem before. Chart appears on development PC, but not on a user's PC. Later, I found that I hv missed out the file Pg32conv.dll. Hope this help.

 
Thanks WYokeCheng that did it for me. I searched for pg32conv.dll and found it in a folder OTHER THAN System32 folder, copied it to the system32 folder, registered it with regserv and it worked.

Hope this may help others.[thumbsup]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top