Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Fatal Error
Message
 
À
02/01/2004 11:06:07
Information générale
Forum:
Visual FoxPro
Catégorie:
Crystal Reports
Titre:
Divers
Thread ID:
00863240
Message ID:
00863946
Vues:
9
I believe the problem started when I tried to load Crystal 8.5 on my machine after installing the active X object that comes with our application. The problem only seems to exists on my machine. Is there some kind of order that Crystal must be loaded on one's machine? I have tried unloading and reloading cyrstal, I have even tried removeing all the registry setting for crystal but nothing seems to work. Help!

App code
THISFORM.ADDOBJECT("CRViewer1","olecontrol","CRViewer.CRViewer")

*!* Set the viewer to be the size of the form and visible.

THISFORM.CRViewer1.WIDTH = THISFORM.WIDTH
THISFORM.CRViewer1.HEIGHT = THISFORM.HEIGHT
THISFORM.CRViewer1.VISIBLE =.T.

*!* Attach the report to the viewer
THISFORM.CRViewer1.ReportSource = crxReport

*!* View the report
THISFORM.CRViewer1.ViewReport
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform