Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
2 records per page
Message
 
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
01226456
Message ID:
01226467
Views:
15
>I have a table which contains records of my students
>Every record is a studend
>I have to print certificates so that it prints two certificates in a A4 page,
>because the certificate is small
>
>So in 10 pages I would have 20 certificates
>
>How can I do ?
>
>Moses

Add a variable called nCount to your report, set it to count, initial value = 0

Add a group with this expression mod(nCount,3) = 0 and set it to start on a new page.

From the top of my head, may need to be adjusted.
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform