Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Total page number in report form
Message
De
05/01/2000 08:27:52
Cindy Winegarden
Duke University Medical Center
Durham, Caroline du Nord, États-Unis
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Divers
Thread ID:
00313080
Message ID:
00313133
Vues:
35
>My coding to get total page number
>report form PRNORDER noconsole for ORDER_ID = _ORDER_ID
>total_page = _pageno
>report form PRNORDER PRINT PROMPT for ORDER_ID = _ORDER_ID
>
>but total_page return wrong result
>please help, have you any method to get right total page number.

You need to run the report twice, the first time to a file.

REPORT FORM PrnOrder TO FILE Dummy.tmp NOCONSOLE for ORDER_ID = _ORDER_ID
total_page = _PAGENO && total_page has the total number of pages
REPOR FORM PrnOrder TO PRINTER for ORDER_ID = _ORDER_ID
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform