I hv written a code for creating a report at runtime in oracle and VB6.0 using the following code. The same works in CR8.5 properly but gives the above error in CR9.0 at the AddADOCommand statement "reporttest.Database.AddADOCommand cnAdoAdm, datcmd1".
==
Set reporttest = New CrystalReport1...
I am migrating from crystal report 8.5 to 9.
I am creating a report at runtime and saving the reports.
I am using the code to create recordsets, connections
and also to add the fields and binding the same.
Set cnadm = New ADODB.Connection
cnadm.ConnectionString = "Provider=MSDAORA...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.