Application defined or object defined error
I have developed an application in vb6 and Sql Server 2000 as database... and seagate crystal report 8.0 as reports... evey things fine...
But when i create a package Program and install the setup on some other computer which do not have Crystal Report Installed on it then reports give me the Problem.... i have used DSN To Connect to Reports when i was Creating the report.... The Error Code Returns to me is " run-time error 713 : Application defined or object defined error "
any kind of help will be appreciated
Re: Application defined or object defined error
Widely reported problem when using PDW and CR. Do yourself a favor use ADO code (recordsets) for your CR reports not ODBC. Using data controls are always a problem they are very limited in their usage. Search on Google for your runtime error it is explained everywhere.