Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
# Pages in printer PROMPT window?
Message
 
À
19/07/2004 18:57:07
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Divers
Thread ID:
00925920
Message ID:
00926080
Vues:
15
Chris

This is the code we use in reports, you have to "vfp 7 & 8 anyway"
	********************************************************************************
	* We run the the print routine once to get the last page number
	* The first time, it goes to a text file 
	********************************************************************************
	gnLastPage=0
	REPORT FORM ctPref TO c:\tmpFile.txt noconsole
	gnLastPage=_pageno
	SELECT prtcard
	********************************************************************************
	* Print the report/pref card
	********************************************************************************
	REPORT FORM ctPref TO PRINTER PROMPT PREVIEW 
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform