PDA

Click to See Complete Forum and Search --> : Urgent help needed!!


Stevie
Jun 13th, 2000, 06:49 PM
I've created a report with Crystal 8, and amend it within my App so that it only displays some of the info I need. I can view the report via my viewer form on my development machine, but when I run the App on an installation machine, when I try to view the report I keep getting the error "Physical Database Not Found".

Help please!

Jimmer
Jun 13th, 2000, 11:36 PM
I had a similar problem with my app as well. When designing the reports I found that if I set the location of the database as "Same As Report" and stored the report in the same location as the database this worked fine. I as had to set the report to verify the database on every print as well.

How are you running the report, are you using the OCX controller from VB?? If you are, you also have to set the datafiles property of the controller to the location of the database.

like this report1.datafiles(0) = "dbLocation"

Hope this helps.