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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Distribution of Graphing Reports 1

Status
Not open for further replies.

GregBrouwer

Programmer
Jun 5, 2001
5
0
0
CA
I have written an application in VB6/CR 8.5. On a couple of the reports there are graphs. On the development machine, the graphs display on the screen fine. When I distribute may app (following the redistribution guidelines in the help files), the report displays without error, but the graph does not display. The rest of the text boxes and graphics on the report are displaying properly. When I click on the area of the report where the graph should be located, the "invisible graph" is highlighted with a red box, so there is something there, it just isn't visible.

Any suggestions.

Greg Brouwer, E.I.T.
 
Greg,
Have you ever resolved this issue? I am experiencing the same situation. Please let me know if you have any advice.
Thanks
 
I too had this problem. It turned out that one of the needed runtime files, PG32CONV.DLL, was being installed in the application directory. It needs to be in the system directory, C:\Windows or C:\Winnt\System32 as the case may be. You'll have to set this when you build your installation. Also make sure that SSCSDK80.DLL is being installed. It has to go in the system directory too.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top