Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Print last
Message
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Title:
Miscellaneous
Thread ID:
00250152
Message ID:
00250217
Views:
21
>>>>>>>I have a label that I need to print as the last thing on the last page. Any ideas? I thought the summary band would do it, but that prints before the footers.
>>>>>>>
>>>>>>>Thanks,
>>>>>>>
>>>>>>>Michelle
>>>>>>Michelle,
>>>>>>Then put in page footer and set print when to "eof()".
>>>>>>Cetin
>>>>>EOF() doesn't work. Sorry. Record last recno and set expression to recno()=nLastRecno.
>>>>>Cetin
>>>>
>>>>That's a good idea, but figuring out what the last recno is may be a day's project. :) Damn SBT...
>>>>
>>>>Thanks,
>>>>
>>>>Michelle
>>>Go bottom ? or :
>>>set order to tag (order()) desc
>>>locate
>>>nRecNo = recno()
>>>set order to tag (order())
>>>locate
>>>Cetin
>>
>>
>>Actually, it turned out to be much simpler... I did PRINT WHEN RECNO() = RECCOUNT().
>>
>>Thanks for the push in the right direction.
>>
>>Michelle
>
>Remember that The value RECCOUNT( ) returns isn’t affected by SET DELETED and SET FILTER. So beware.
>
>Mike's idea should work if you create a group with eof(). Then place in that footer.
>
>
>HTH
>Jeff

Well, it's working and I've wasted enough time messing with it so it's good 'nuff. :)

Thanks,

Michelle
Previous
Reply
Map
View

Click here to load this message in the networking platform