Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Multiple report printing
Message
From
11/07/2002 11:40:12
 
 
To
All
General information
Forum:
Visual Basic
Category:
Other
Title:
Multiple report printing
Miscellaneous
Thread ID:
00677572
Message ID:
00677572
Views:
53
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.
Next
Reply
Map
View

Click here to load this message in the networking platform