Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Conditional printing
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Divers
Thread ID:
00667045
Message ID:
00667617
Vues:
32
>Do you mean limit the detail band to 12 records .. or do you mean that one detail record will stretch several lines and you want to limit how much it stretches on one page?
>
>For the first option .. create a variable that counts the lines on the report. Then set up a data group with an expression similar to the following:
>
>INT((nLine - 1) /12)
>
>Also, make sure the data group is marked as "Start on new page".
>
>If what you are asking is the second option I described .. then you're going to have to build a cursor and manipulate the data before hand .. in essence .. breaking up the data into one record for each "12-line" chunk of data.

Cathy,
Yes to the first option. Now would I put the RECNO() group inside the new group? or vice-versa?
Thanks,
Winn Pauley
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform