Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Page count on report.
Message
De
25/12/1996 00:43:16
 
 
À
23/12/1996 18:23:50
Information générale
Forum:
Visual FoxPro
Catégorie:
FoxPro 2.x
Divers
Thread ID:
00015894
Message ID:
00015973
Vues:
32
>At 18:19 23/12/96 -0500, you wrote:
>>You could print into file, count last page and then print again into report
>>form.
>
>What's the operation to do to count the last page?

I think you can take the _pageno after you run the report for the forst time. I believe this variable is reset only when you start a new report.

If this is not working, try:

public NoOfPages
NoOfPages=0
report form ....

and define a variable in the report with the same name and Value_To_Store and Initial_Value equal to _pageno.

Be sure you don't check the checkbox for Release_After_Report. Probably you don't need to define this variable before the report, but just in case...

Vlad
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform