-
Hi, I'm calling reports (made in Crystal Reports 7) from my vb app (VB 6 Enterprise). On the PC I developed from, this works fine. On the end user's PC, the call to the report doesn't do anything. I looked up the dependencies on the Crystal website. I've copied the dependency files and registered crystl32.ocx (using regsrv32), but still nothing. Has anyone run into this? What can I do?
-
just checking but the .rpt file is there right...
------------------
"Mess with the best Die like the rest" -Dade "Hackers"
-
No messages of any kind ?
Not printing to a file by accident ?
-
Report's there. No message, no dialog.
-
I installed Crystal on the end user's PC as a test. When I run the report, it prompts me to upgrade to the Professional Edition of Crystal. But the reports were made in Standard -- we don't even own a copy of Professional. :(
-
Could you show us some code ?
-
It looks like the standard edition of Crystal installs without the MDAC needed to use ODBC. And VB's P&D didn't pick this up in the setup. I think if I just manually add MDAC to the setup, it should work fine.
Thanks for the replies.