Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Conditional printing
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Divers
Thread ID:
00667045
Message ID:
00667049
Vues:
22
>Hi All,
>I'm stumped. What would I have to do to have a lable on a report print only on page 1 when the page count is greater than 1? Any help would be wonderful.
>Thanks,

I can see why you are stumped. I guess the code would look like this.
IFF(_PageNo = 1 AND _PageNo > 1,"PrintThis","")

You will have to setup your own counter in addition to _PageNo if I understand your question correctly.

IFF(_PageNo = 1 AND TotalPages > 1,"PrintThis","")
Chris
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform