Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Conditional printing
Message
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00667045
Message ID:
00667617
Views:
31
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform