Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Printing totals at bottom of report
Message
From
04/05/2001 16:39:05
 
 
To
04/05/2001 14:54:41
Jerry Tovar
Dana Corporation Dana It
Maumee, Ohio, United States
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00503715
Message ID:
00503803
Views:
17
>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.

I don't remember who to give credit to for this method...someone on this site.
Steve Gibson
Previous
Reply
Map
View

Click here to load this message in the networking platform