Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Crystal reports, server not opened
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Produits tierce partie
Titre:
Crystal reports, server not opened
Divers
Thread ID:
00472429
Message ID:
00472429
Vues:
67
Help Please,

I'm trying to get my first CR report to print out of a vfp6.0 form

***this line is in the load event of my vfp6.0 form.
sys(233,1)

***this code is in the click of the command button.
public CRApplication
public CRReport
CRApplication = createobject("crystalruntime.application")
CRReport = createobject("crystalruntime.report")

CRReport = CRApplication.openreport("c:\foxdat\locationcdrive.rpt")
ThisForm.Olecontrol1.reportsource = CRReport
ThisForm.Olecontrol1.viewreport
***end of code


When the CR opens I keep getting this message "Server has not yet been opened"?

I added code in the load event to use the table and it still didn't work and all the necessary .dll's are already in my system32 folder.

This report was created on my developement pc, windows 2000.

Any ideas would be appreciated.

Thanks,

Jim Harvey
jharvey@netrax.net
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform