Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Anchor Summary Band to bottom of page?
Message
De
15/12/1999 04:06:08
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Divers
Thread ID:
00303338
Message ID:
00303930
Vues:
12
>Is it possible to anchor the Summary band to the bottom of the last page instead of having it float beneath the detail band? I have some data that I want to print at the bottom of the last page. I know I could use the page footer with a print when but I would lose 1-1/2 inches of detail on each page.
>
>TIA,
>
>E.R. Gilmore


If you know how many rows print per page and how many rows needed for summary band then you could fake.
x = total records to print
n = records per page
m = rows for summary

TotRows = ceiling((x+m)/n) * n

Add "TotRows - x" blank recs to your report cursor (hope you are reporting from a cursor).
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform