-
I trying to use Crystal report control in my porgram. I able to view the report when I run the program on my machine but when I make a package with setup Wiz and install it on another machine it give me a error 20533 (Unable to open database.). What and how should I make sure all the correct dll ocx etc are in my package. Ver 4.6 VB5 or is that the problem
-
when u create your report, do you use the Data File or SQL/ODBC.
if you use ODBC, you'll have to set your DNS
-
dataFile
I send the path to the file with when user install the program. It then is call into a Text5 on the main form and the control crCh.ReportFileName = Text5 in form load.