Crystal reports setup problem
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Hello, I have a C# project with a Microsoft Access Database and a Crystal Reports file. I've put the database in the Debug directory, so that after creating the setup, the program finds the database in the curent directory. The problem is with the report file. So, after creating and installing the setup, the report loads, but the fields from the report are empty (the fields are the database columns). So my guess is that after the setup, the report file doesn't find the database anymore. where can i change the path to the database (but not in the report wizard, somewhere in the code). Or maybe someone had already this problem and knows the solution. Thanks in advance!