Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Printing totals at bottom of report
Message
From
07/05/2001 08:33:14
Jerry Tovar
Dana Corporation Dana It
Maumee, Ohio, United States
 
 
To
04/05/2001 16:37:45
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00503715
Message ID:
00504138
Views:
23
>>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.
Previous
Reply
Map
View

Click here to load this message in the networking platform