Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Label on last page's footer
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Divers
Thread ID:
00614141
Message ID:
00614611
Vues:
20
>>I want a label only to print on the last page's footer of the report. Any idea??? I know I've seen this kind of question here before but can't find it. Thanks in advance for any help.
>>
>>
>>Enmanuel
>
>Here's another way to do this:
>
>Create a Report Variable called lEnd, set its initial value to .f. and set its expression to .f.
>
>Create a Summary band and in the On Exit expression, enter EXECSCRIPT('lEnd = .t.')
>
>Set the Print When expression of the label in your Page Footer to: lEnd

Hi Cathy,

Is there any reason why you prefer using EXECSCRIPT() over _VFP.Setvar() siggested by Larry Miller ?
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform