Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
One record/4 pages
Message
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
01365669
Message ID:
01365715
Views:
10
>>My client needs me to create a form (report) that is just one record but extends over 4 pages. I can of course have 4 reports. There has to be a better way.
>>
>>Thanks.
>>
>>
>>Tim
>
>You can add a data hroup with an expression of RECNO(). That gives you a Group Hdr band, a detail band, and a group footer band and you can make each of them tall enough to be their own page (less the page header and page footer). You want 4 so you can repeat the process and add another data group with the same exact expression of RECNO(). Now you have two more bands that you can make the full size of a page. You can keep adding more data groups with the same expression of RECNO() and keep getting more and more bands. It's a great trick!

I think I learned it from you that's why I suggested it too :) But you can also use a group based on unique record field, the result would be the same.
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform