Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Print if 0
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Titre:
Divers
Thread ID:
00263389
Message ID:
00263402
Vues:
28
>At the end of the report, I want to print a label if a field in the report has ever been 0.
>
>Any ideas?
>
>Thanks,
>
>Michelle

Michelle, try to set up the report variable, say X1, and put the expression into Value To Store
IIF(myfield = 0, 1, X1)
Them put !empty(x1) into Print When for your label.

Nick
Nick Neklioudov
Universal Thread Consultant
3 times Microsoft MVP - Visual FoxPro

"I have not failed. I've just found 10,000 ways that don't work." - Thomas Edison
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform