Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
About Crystal Report Arguments
Message
 
À
15/03/2002 00:17:13
Information générale
Forum:
Visual Basic
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00633261
Message ID:
00633561
Vues:
19
What method are you using to launch the report? Here is some code for the ActiveX component:

with Report
.ReportFileName = App.Path & "\Report1.rpt"
.ParameterFields(0) = "Shift;" & intShift & ";TRUE"
.ParameterFields(1) = "Unit;" & gintUnit & ";TRUE"

End With

intResult = crptOrderPad.PrintReport

Fool around and see if you get used to it.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform