We have a VB project which serves as a front end to run 2 Crystal Reports. The main form has 2 buttons - one for each report and an exit button. The reports were developed in Crystal 8.5 and brought into the VB project via the RDC added component, so each report has a form dedicated to it that includes the CRViewer and code to pass the logon parameters. When a report button is selected, a connection object is created and opened to connect to a SQL Server database and then the appropriate CRViewer form is loaded and the Crystal report parameter screen appears. At least it does on developer's machines that have VB 6, Crystal 8.5, and SQL Enterprise Manager loaded on them. However, on the client's machine that has a VB runtime and a Crystal runtime installed, the VB project executes and the form comes up, but when the Crystal Report viewer form loads, it gives the error message "Physical Database Not Found". Are there other components required on the client that would allow this to work?
Thanks in advance for any info!
Thanks in advance for any info!