Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Label on last page's footer
Message
 
To
01/02/2002 13:51:18
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00614141
Message ID:
00614320
Views:
24
>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.
>>

Thanks Graig, it worked!!!!
>>
>>Enmanuel
I'm a mixture of Albert Einstein and Arnold Schwarzenegger. The only trouble is that I got Einstein's body and Schwarzenegger's brain
Previous
Reply
Map
View

Click here to load this message in the networking platform