Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Full Page Report
Message
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00460854
Message ID:
00461120
Views:
13
>I need to create a daily report with varying numbers of records in the detail band. What do I do to make the report fill the page with blank lines until the page summary, where I have a Total? We want this to look like a standard form was completed.

Hi, Steve.
You can put the total at the page footer, so it will print relative to the bottom of the page. If the report can have many pages, you can make the total expressions conditional, so they are printed just in the last page. That can be accomplished comparing with some value od last record's recno(), or using eof() is you are printing the whole table/cursor.

If you want a separate page, you can set the summary band to print on one.

Hope this helps.
Previous
Reply
Map
View

Click here to load this message in the networking platform