Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to show unless at the end of reports
Message
 
 
À
30/08/2004 09:16:01
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Divers
Thread ID:
00937367
Message ID:
00943747
Vues:
17
---
Keep in mind that your example below will only work when the records are not processed in any index order.
---


It also will not work if your scope is not the full cursor or report... And neither will i>=reccount().

but this is easy to handle...

Here's a good way to do it that also takes care of the index/order problem:
lcScope = "ALL" && or "NEXT 1 " or "WHILE Whatever" etc...

COUNT &lcScope TO iTotal
REPORT FORM &lcScope

* now the report expression uses i>=iTotal
In 9, you don't need to do this <g>. You can use ReportListener.CommandClauses.RecordTotal to get the right answer...

>L<
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform