Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Call crystal report from visual foxpro
Message
De
15/05/2003 14:12:37
 
 
À
12/05/2003 15:00:47
Information générale
Forum:
Visual FoxPro
Catégorie:
Crystal Reports
Divers
Thread ID:
00787456
Message ID:
00788897
Vues:
16
LOCAL oCR
LOCAL oRpt

oCR = CREATEOBJECT(“CrystalRuntime.Application”)
oRpt = oCR.OpenReport(“myreport1.RPT”) && or you can pass a variable
IF oRpt.HasSavedData
oRpt.DiscardSavedData()
ENDIF
oRpt.PrintOut()

You can setup printer using this two options:
PrinterSetup( )
SelectPrinter( )
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform