Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Vfpoledb crashes Crystal Reports v9
Message
 
À
29/07/2003 18:03:16
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00739687
Message ID:
00815001
Vues:
15
William,

I had the same problem reporting against tables and then trying to open the table exclusively in another VFP form. This was remedied with the following code.

IF TYPE('ThisForm.oleCrViewer') = O
ThisForm.RemoveObject('oleCrviewer') && crystal report viewer
ENDIF
IF TYPE('oCrReport') = O
RELEASE oCrReport && report object
ENDIF
IF TYPE('oCrApplication') = O
RELEASE oCrApplication && application object
ENDIF

I am running VFP7 with CR9 and never have a problem with CR keeping the table(s) open.

Jeff
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform