Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Total number of pages
Message
De
05/01/2000 06:45:23
 
 
À
03/01/2000 13:09:06
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Divers
Thread ID:
00311778
Message ID:
00313107
Vues:
35
I found a way to detect the LAST page of each employee.

I define TWO functions:
function initgroup
public groupflag
groupflag=0
endfunc

function endgroup
groupflag=1
endfunc

Then in the group header band, on entry run expression, I put
initgroup()


And in the group footer band, on exit run expression:
endgroup()

In the page footer band I put the totals which are to be printed AFTER the employee (group) has finished, with a "print when" condition of
groupflag=1

I tested it. It worked.

Thanks to all.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform