Crystal Report problem ?

angstetra

Member
Joined
Feb 4, 2007
Messages
10
Programming Experience
Beginner
hi,i have a problem with my crystal report. the step i create the crystal report is like this :
1. add crystal report to windows form
2. use the crystal report wizard
3. make new connection to the database (Microsof JET 4.0 OLE.DB provider)
4. Only set the database name , i do not set anything the user ID and password
5. add the table from the database and finished.
6. Create the crystal report viewer to a form and choose the crystal report that already i create before.

all the print job work fine as i want. until i copy my program( all) and then open the solution in my friend computer. the print job cannot work.
the problem is like the program search the path of the database. and also ask me to input the user ID and password.

do i miss something...?? thanks before....
 
i used crystal report that already include from the visual studio that is used "Crystal Reports for Visual Studio 2005"...
 
check des out

yeah... i try to compile use visual studio and also run the exe files.... it cannot run the print job well...
hey plz check de path u have given , like for making the connection u have used the provider, there u have to change the path, and if were diclared the connection as global fun then u have to chage there also.. i think u can do it...
 
Back
Top