Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Print when any detail field is .T.
Message
De
09/07/1998 15:47:40
 
 
À
09/07/1998 14:49:12
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Divers
Thread ID:
00115869
Message ID:
00115886
Vues:
13
>I have a report with a footnote that should only print when one or more detail lines passes a test. I have been playing with setting report variables in the detail's on entry and on exit run statements, and setting the print when for the field, but can't seem to get it to work.
>How should I go about this?

Set up a variable FOOTNOTE with IIF(any condition met, 1, 0), and set it to calculate its sum and to reset itself on a group end.

In the PRINT WHEN of the footnote, specify FOOTNOTE>0.

HTH!
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform