Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Number of groups
Message
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00101101
Message ID:
00101553
Views:
19
>You can define report variables (not fields) that are never printed unless you define a field that prints such a variable.
>
>Just as a VFP trick, I believe this can be done with just one public variable defined outside the report:
>
>MyCounter = 0 && Outside the report
>
>Define a report variable with the name "MyCounter":
>
>Initial value: MyCounter = MyCounter + 1
>Value to store: MyCounter
>
>This way, at detail level, its value remains unchanged and it increments when the group changes.
>
>Probably this will work... :)
>
>Vlad

I tried it Vlad, and the value didn't change after the first (initial) increment from 0 to 1. Each succeeding group had the same value.

Barbara
Barbara Paltiel, Paltiel Inc.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform