Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
2 records per page
Message
 
À
24/07/2000 14:54:13
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Divers
Thread ID:
00396266
Message ID:
00396278
Vues:
13
If your report table/cursor has a native order, then you can use recn() for group reference: ceil(recn()/2).

Otherwise recn() will not work. I would use additional report variable like:
lnvar;
value to store: 1
initial value: 1
calculate: count
group header: ceil(lnvar()/2)
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform