Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Label on last page's footer
Message
From
01/02/2002 13:51:18
 
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00614141
Message ID:
00614180
Views:
25
This message has been marked as the solution to the initial question of the thread.
Enmanuel,

Here's one easy way...use a variable, let's call it plEndOfReport. Create the variable and set it to .f. before you run the report. Create a function, let's call it setEndOfReport()
* procedure setEndOfReport()
plEndOfReport = .t.
return ''
In the report, add a group on eof(). In the eof() footer, add a field, in the expression put setEndOfReport(), and check the remove line when blank (if you want to).

Then, in the report footer, add the print field...and use the Print When plEndofReport to only print on last page.

HTH,
steve

>I want a label only to print on the last page's footer of the report. Any idea??? I know I've seen this kind of question here before but can't find it. Thanks in advance for any help.
>
>
>Enmanuel
Steve Gibson
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform