Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Printing two pages
Message
De
25/12/2008 01:51:15
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
Visual FoxPro
Application:
Desktop
Divers
Thread ID:
01369556
Message ID:
01369695
Vues:
9
Thanks James for the reply!

I did it by doing the following:

I Make a textbox in report where I want to print the thing and type this
iif(lnPrint =1,'Original','Duplicate')
and call the report like that

local lnPrint
lnPrint = 0
for i = 1 to 2
lnPrint = i
REPORT FORM YOURREPORT TO PRINT NOCON
endfor
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform