Printing more than two pages

thalam

New member
Joined
Apr 11, 2006
Messages
3
Programming Experience
Beginner
Hi there,

I've created a report card program. I'm basically trying to print out report cards that I've designed using the printdocument control. When I go to print out the entire class it comes up with an error stating that the control has exceeded the array or something.

I basically want to be able to call upon the printdocument1 control as many times as there are students. So if there's 10 students I'd be calling it 10 times. But it only goes for like maximum 2. Any ideas or suggestions?

Thanks.
 
Back
Top