Dean_Reedy
June 8th, 2005, 10:49 AM
I get the following error:
Error in File UNKNOWN.RPT:
Access to report file denied. Another program may be using it.
It appears that crystal can only handle only 20 copies of a report being opened at once. Now the fix if you use the rdc is by adding a 1 as the second parameter to the OpenReport.
Set crpReport = crpApplication.OpenReport("c:\test\test.rpt", 1)
Does anyone no a fix for when one is using the OCX version of crystal? It is version 8.0.1.547 and we will be moving this application to rdc by the end of the year, but we need something for now. Any ideas would be great?
Error in File UNKNOWN.RPT:
Access to report file denied. Another program may be using it.
It appears that crystal can only handle only 20 copies of a report being opened at once. Now the fix if you use the rdc is by adding a 1 as the second parameter to the OpenReport.
Set crpReport = crpApplication.OpenReport("c:\test\test.rpt", 1)
Does anyone no a fix for when one is using the OCX version of crystal? It is version 8.0.1.547 and we will be moving this application to rdc by the end of the year, but we need something for now. Any ideas would be great?