Inherited a VB6 program with CR9. On some installs , the reports display, the line chart doesn't display, just a blank space. Clues, but although, I'm thinking to test Inno with CR9 runtime???
Thanks
If you have a program that does not work you will need to debug it. InnoScript cannot make a program that doesn't work properly work unless it is an installation problem.
You can redeploy with InnoScript/Inno Setup to see if using the proper Crystal Reports installation corrects the issue...
What is different on the installs that your application works on? If something is not being deployed that should be deployed, then you may find out what it is by using InnoScript to create the script and compare to what is being deployed on the original install. In most cases the install would not be deploying components that may already reside on some machine and not on others.
Thanks, Randem. Your second response was much more professional. After much searching and trying recommendations that weren't consistant, then finding Randem, which appears to have of the fun with CR. The text portion of the reports show fine, so I'm trying determine the component that effects the line graph displaying. I've inherited this and don't use CR, so its been an exploration. It was an InstallShield, but in the process of building an Inno Install, just would like to know which component is giving me the headache. Thanks
Sorry about that. I thought I was answering the question posed. Later I thought about it and elaborated a bit more...
I cannot tell you which component is missing... The CR installation we have created and supply contain all that is needed BUT you do need to run your app thru InnoScript so that it can figure out the small details on the deployment (which is critical) If the small details are not handled properly then there is no guarantee that what you deploy will work properly.
Have you ran the project thru InnoScript yet? Post the script and can take a look. Remember do not make any changes to the script InnoScript generates until it deploys correctly or the problems will escalate