I created a VB.NET application that has a main crystal report (8.5) that has one subreport. Both reports use stored procedures to gain data from my SQL Server database. I created the reports pointing to Server "dev" with database named "devDB". Now that the system is live it needs to point to Server "live" with database "liveDB".
One would assume that changing the ConnectionInfo for the tables would do the trick. That works for the main report but now my sub report displays a parameter input screen asking for a parameter. I already set that parameter via the Subreport link while in the Crystal designer.
I can post my code if you think it would help.
Thanks in advance for any help.
One would assume that changing the ConnectionInfo for the tables would do the trick. That works for the main report but now my sub report displays a parameter input screen asking for a parameter. I already set that parameter via the Subreport link while in the Crystal designer.
I can post my code if you think it would help.
Thanks in advance for any help.