Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Problem with licensing
Message
De
06/09/2002 03:16:28
Walter Meester
HoogkarspelPays-Bas
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Crystal Reports
Divers
Thread ID:
00697031
Message ID:
00697383
Vues:
12
HI marek,

From a workstation you can have only 5 CrystalEngines (createobject("CrystalRuntime.Application")) at the same time. To solve this issue:

1. Make sure that the CrystalEngine releases properly when you're done with the report (Check if the variable goed out of scope)

2. Create a public variable or a property on your applic object and assign the CrystalEngine to it only once (at the beginning of your application or when you try to open a report for the first time). Then for each and every report you open in the report use this property or public variable to open a report with for example oCrystalEngine.OpenReport("C:\myreports\myreport.rpt").

Walter,





>Hi.
>
>I have problem with viewing of reports created in CR 8.5 from VFP 7.0 SP1.
>I can show same report five times only. Next (6-th) createobject("CrystalRuntime.Application") generates errormessage "OLE IDispatch exception code 0 from Crystal Reports ActiveX Designer: There are not enough Concurrent Access Licenses to log you". I have licence for 5 users.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform