Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Vfpoledb crashes Crystal Reports v9
Message
 
To
29/07/2003 18:03:16
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00739687
Message ID:
00815001
Views:
14
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
Previous
Reply
Map
View

Click here to load this message in the networking platform