I have just upgraded an application written in VB6 that connects to a SQL 7 database from RDO to ADO. It appears that since then I am getting random errors. The error code is 424 from VB. If the code is run from the development environment with the "Break on all errors" option set, the run time error shows
"Run-time error - 2147417848
Method 'Action' of Object 'CrystalCtrl' Failed"
If the user cancels the error and re runs the query then the report is printed out. It appears that the error is only generated the first time the report is run in that instance of the application
Does anyone have any idea why this error is happening or why it is only happening the first time the report is run. Also how do I go about solving this issue?
Thanks in advance for your help.
Kevin Lee
"Run-time error - 2147417848
Method 'Action' of Object 'CrystalCtrl' Failed"
If the user cancels the error and re runs the query then the report is printed out. It appears that the error is only generated the first time the report is run in that instance of the application
Does anyone have any idea why this error is happening or why it is only happening the first time the report is run. Also how do I go about solving this issue?
Thanks in advance for your help.
Kevin Lee