Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Page Footer does not fire on last page
Message
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00941905
Message ID:
00946445
Views:
12
>Hi Scott.
>I was experiencing something similar, and workarounds are as follows:
>
>1. Set up a text Box on detail band under normal detail band details and ensure its depth is deeper than Group Footer Band. Put in a Print When = .f.
>(This seemed to correct my problem,,, I've no idea why though)
>
>2. Set up a loop which prints One Form at a time
>.i.e. say All records are in a Cursor called MyCur
>Select MyCur
>Goto top
>Do while not eof()
> lnRecnum = Recno()
> Copy to temp for recno() = lnRecnum
> Select 0
> Use Temp
> Report Form MyForm
>
> Select MyCur
> SkiP
>Enddo
>
>(Above code means only one form is printed each time)
>
>Regards,
>
>Gerard

Late FYI update:
The stretched field (option 1 above) resolved this problem in my test program, but failed to work in the production version. I finally had to change the print process to one invoice at a time instead of batching them as a single report.
Scott McDaniel
MCP VFP Desktop
Previous
Reply
Map
View

Click here to load this message in the networking platform