Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Printing totals at bottom of report
Message
De
07/05/2001 08:33:14
Jerry Tovar
Dana Corporation Dana It
Maumee, Ohio, États-Unis
 
 
À
04/05/2001 16:37:45
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Divers
Thread ID:
00503715
Message ID:
00504138
Vues:
22
>>Using VFP6.
>>
>>Is there any way to make the summary band on a FRX always print on the bottom of the page?
>
>Use the page footer to print your summary information. Set the Print When condition to a variable (lastPage in this example).
>
>In the summary band, add a printable field that calls functions setLastPage().
>
>In a program file, define setLastPage() as follows:
>
>
>function setLastPage
>	lastPage = .t.
>	return ""
>endproc
>
>
>Be sure to reset lastPage to .f. every time before running the report...


Thanks for the info.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform