|
-
Apr 11th, 2008, 09:56 AM
#1
Thread Starter
New Member
How to repeat 1 record multiple times in report?
I'm trying to create a simple vb.net application that prints a page of Avery labels for one specific record using a Crystal Report. The goal is to get a single page of 30 labels, all with the same record printed on each label.
I've got the Crystal Report layout created, but when my VB query gets only one record, only the first label has data. Is there an easy way to make that record of data print on every label (loop 30 times)?
-Jason Pryor
-
Apr 11th, 2008, 10:19 AM
#2
Thread Starter
New Member
Re: How to repeat 1 record multiple times in report?
For the time being, I simply looped through the dataAdapter's Fill routine 30 times and passed that data to Crystal. I don't think there is anyway to do this in Crystal, but I'd be interested to know if there is.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|