I'm using the Crystal 7 OCX in my VB6 app to view/print a report. The data being pulled is stored in an Access 97 database using DAO.
Distributed under Win95, my app runs fine...no problems, but when I distribute to a Win98 machine and try to print/view a report, my error trapping routine returns:
"20532: Can not file database DLL"
After finding nothing useful on the crytal site, I did a trial and error only to find out that the following file must be distributed under Windows 98:
p2bdao.dll
My setup program did not detect this as a dependency.
Just hope this saves someone else alot of time.
Denis
Distributed under Win95, my app runs fine...no problems, but when I distribute to a Win98 machine and try to print/view a report, my error trapping routine returns:
"20532: Can not file database DLL"
After finding nothing useful on the crytal site, I did a trial and error only to find out that the following file must be distributed under Windows 98:
p2bdao.dll
My setup program did not detect this as a dependency.
Just hope this saves someone else alot of time.
Denis