Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
2 records per page
Message
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Divers
Thread ID:
01226456
Message ID:
01226467
Vues:
19
>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform