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

Deploying VB application with Crystal Report 7 problem

Status
Not open for further replies.

ayh8disjob

Programmer
May 31, 2001
41
SG
Hi! hope you can help me Im trying to deploy a VB application with crystal report with a MSACCESS 2000 dbase. when i use it in my development computer everything seem to work well but when i install it to my client computer reports doesnt work anymore... what should i do? can someone help me please.

I've included all the runtime requirements of Crystal report but its still not working. the error is "error opening file "Table1" ...." hope you can help me im really desperate...

thanks,
AYH8DISJOB

please AY<3DISJOB now!
 
Look under Database|Paths in the CR designer. Look at all the paths set there. Are they the same as on the second PC (I mean does the 2nd PC use the same paths)?
If not, then you need to pass the path locations to the report using the DataFiles property (need to do this once for each table used in the report by starting with .DataFiles(0)=myPathAndDbName)

If this hasn't helped then you may have a problem with the database table on the 2nd PC.

Before I go deeper, try checking the above and use the CR developer's help file on using the property DataFiles, then get back if things still are not clear or helpful.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top