Please HELP!!!
i get this error in my app on another machine: runtime error 20534
error detected by database dll
i need to get this fixed asap and dont know how....
i dont have the problem on my system.... when i install the app on another machine i get this errror when i try to view a report...
i am using vb6 to create my app and access2000 and cr4.6, winxp
i can manipulate the data in my app.
what is causing this error? and how can i fix this....?
what is causing this error?
Some DLL Crystal Reports requires does not exist on the other machine.and how can i fix this....?
Put the required DLL on the remote machine. The easiest way to do this would be to install Crystal Reports onto that machine.
OK!OK! Which Windows service pack you have on that is computer.If is SP2 you need SP3.I resolved my problem on that way.Cheers
(sorry on bad english)
i am using vb6, ms access & crystal 8.5. if i run the following code,i get an error: Error detected by database dll. CrystalReport1.Reset
CrystalReport1.ReportFileName="abc.rpt"
CrystalReport1.DiscardSaveData = True
CrystalReport1.DataFiles(0)=mdbpath
CrystalReport1.Action=1
