Crystal Will not Release Report once Open

Simon Grice

New Member
Using Progress V9.1d and crystal 8.5 as a com-handle, the OpenReport method in craxdrt.dll will reach a license limit after 5 runs of the code. Google searches mention session.close(), but I can't find an equivalent in craxdrt.dll. I'm using Release Object <crApp> but this does not seem to work. If I close my progress session completely and try again it resets, so I can run the procedure 5 times again!!

What am I missing??

Yours Hoping
Simon.
 
:blush: Ooopps. I had declared another crystal com-handle, which I was not 'Releasing', Once I added this to my Cleanup routine all is now working.

Sorry for wasting time..
Simon
 
Back
Top