Click to See Complete Forum and Search --> : Max of copies of report for ocx


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?

Dean_Reedy
June 15th, 2005, 10:00 AM
Anyone have any ideas?

Madhi
June 15th, 2005, 10:36 AM
I dont think it is possible
Search here
http://businessobjects.com/solutions/crystalreports/default.asp

Dean_Reedy
June 15th, 2005, 11:45 AM
I did already nothing even about it for this version.