Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
The total page of a Report in Report Generating
Message
De
12/01/2001 02:09:08
Ransome So
Ransome's Workshop
Hong Kong, Hong Kong
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
The total page of a Report in Report Generating
Divers
Thread ID:
00462808
Message ID:
00462808
Vues:
72
Dear all,

I generate various report by the "REPORT FORM ...." Commands.

In order to make a footer "Page XX of XXXX", I implement the folowing code to calculate the total page of the report.

:
:
local tpage
report form "TheReport" preview noconsole
tpage=_pageno
report form "TheReport" to print
:
:
inwhich at the report footer I put "Page "+ str(_pageno) + " of "+ str(tpage)
at the bottom of the report

However, I get for example "Page 18 of 17"

How can I fix the bug, or otherwise, implement better coding?



Yours fauithfully,

Ransome
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform