Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Copy that
Message
De
21/01/2016 11:42:15
 
 
À
20/01/2016 06:51:19
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows 10
Network:
Windows Server 2016
Database:
Visual FoxPro
Application:
Desktop
Divers
Thread ID:
01629953
Message ID:
01630041
Vues:
79
Hi Marcia,

Thanks for the tip.
I use the getprinter() approach in another part of my app, when printing a suite of documents, but I think the dialogue box for individual doc's looks better.
But to set # of copies dynamically, I use:

use myreport.frx
replace myreport.expr with "ORIENTATION=1"+chr(13)+"COPIES="+alltrim(str(ncopies))+chr(13)+"WHATEVER=0"

And scanning through the report table also allows you to set PICTURE values, and position objects around the report dynamically.

Luke
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform