Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Printing totals at bottom of report
Message
De
04/05/2001 16:37:45
 
 
À
04/05/2001 14:54:41
Jerry Tovar
Dana Corporation Dana It
Maumee, Ohio, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Divers
Thread ID:
00503715
Message ID:
00503801
Vues:
16
>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...
Steve Gibson
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform