Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Multiple report printing
Message
De
11/07/2002 11:40:12
 
 
À
Tous
Information générale
Forum:
Visual Basic
Catégorie:
Autre
Titre:
Multiple report printing
Divers
Thread ID:
00677572
Message ID:
00677572
Vues:
52
I need to add a multiple report printing feature for am exiting VB App, using Data Report and Data Environment.

Now the app works fine printing one report at a time like this

DatEnvAccessDB.PrintBill (10)
Me.PrintReport


But when I try to loop… ex:

For I = 0 to Ubound(aBillingIDs)
DatEnvAccessDB.PrintBill (aBillingIDs(I))
Me.PrintReport
Next I

Makes the app crash...

Is it possible to have it print multple times on the same report but with different queries (results) ?

Thanks.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform