PDA

Click to See Complete Forum and Search --> : How to repeat 1 record multiple times in report?


jpryor
Apr 11th, 2008, 09:56 AM
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

jpryor
Apr 11th, 2008, 10:19 AM
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.