Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Is it possible to use Crystal Smart Viewer in VFP 6 SP3
Message
De
26/11/1999 08:01:52
Walter Meester
HoogkarspelPays-Bas
 
 
À
26/11/1999 05:45:02
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Divers
Thread ID:
00295669
Message ID:
00295682
Vues:
28
>Does anybody know how to implement the ActiveX Crystal Smart Viewer in VFP 6.

Try this...

=sys(2333,2)
x=createobject("CrystalRuntime.application")
rep=x.openreport(Report,1)
rep.EnableParameterPrompting=.F.

THISFORM.CrViewer.ReportSource=rep
THISFORM.CrViewer.Viewreport()

For further information see the developers help

Walter,
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform