carlos vargas wrote:Silvio..
- Code: Select all Expand view
oReport:aGroups[ nGroup ]:nCounter
Carlos, I already knew,
the problem is:
1) For the command of the groups we must use
oReport: aGroups [nGroup]: nCounter
2) To get the total we can no longer use oReport: nCounter (because it makes a mistake) but we have to invent a local variable in our program to count the records, often when we have to print for a certain condition (bFor)
It wasn't like that before.
I don't remember right now but fw didn't have these problems