Hi Marie,
Could you tell me why if you destroy the objects, it doesnt release the license? I do see the license get release because there is a tool on the server call RDC Runtime License Status. It shows 5 then it shows 4.
I think somewhere on the AlwaysRequiredSteps.asp file that is in...
I will give that a try. We are on W2K and IIS 5.0.
Unfortunately, CE license is way too expensive for a school district.
I'll let you know what happens.
thanks,
Will
Hi Ted,
I have been looking at cleanup.asp.
The code is:
Function DestroyObjects(ByRef ObjectToDestroy)
If isobject(ObjectToDestroy) then
set ObjectToDestroy = nothing
DestroyObjects = true
Else
DestroyObjects = false
End if
End Function
'This function takes an object (by...
Hi,
I am developing a web application using Crystal reports and ASP. I use the examples that Crystal provided but I came across a problem.
When I use the following code, it doesnt seem to release the license in my session. It only releases it after I logout and then come back in. I can see...
I have a formula that I would like to be in every report tha I write. I do not want to write the formula over and over, nor copy and paste it in all the reports because if I change the formula, I would have to open all the reports. I am using SQL Server 7.0 as the database.
Is there a way, in...
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.