Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

show same labels more than once

Status
Not open for further replies.

lotwal01

Programmer
Nov 8, 2001
30
0
0
SE
Hi,
I have a report that print out address labels for the user to put on envelopes. At the moment it prints out every label once. Now the users have requested that they want to choose how many labels that comes out. So instead of choosing how many copies to print out they i.e want five labels in a row. The report gets exactly how many labels it shold print from a parameter sent from VB.

I'm using VB 6 and Crystal Reports 8.5 (RDC).
 
Thanks for your quick answer but I'm sorry to say that it didn't work. I can't find a property called DetailCopies.

/Lotta
 
Ok, stupid question, but how do I do that? I'm relatively new to CR programming. :eek:/

/Lotta
 
I found the way to use it in RDC. You have to use the AREA object:
Report.Areas.Item("D").CopiesToPrint = 3

/Lotta
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top