Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Weird group band behaviour
Message
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
01193416
Message ID:
01193578
Views:
16
>If I understand correctly, what is happening is when the group footer prints on its own page, the customer number printed at the top is the correct customer number, but the customer number that prints in the page footer is that of the NEXT customer.
>
>If that's what you are seeing .. the behavior is by design. When the group footer was done printing, the record pointer was moved to the next record. So when the page footer is printed, it's already on the next customer.
>
>A workaround to get what you want is to create a report variable called cCustomer and set it to the customer number. This will get processed for each detail record. In the situation of the data group footer being printed last on the page, even though the record pointer has been moved ahead, the variables haven't been processed yet so it should still hold the value of the last detail record processed which is the one you want.


IT WORKED!

FOR X = 1 TO 1000
?"THANK YOU!"
ENDFOR


This is a good answer, one that I would never think up.

WOW and thanks again!
Mike
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform