Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Duplex Printing
Message
 
À
30/01/2004 10:55:32
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Titre:
Divers
Thread ID:
00872340
Message ID:
00872402
Vues:
33
The same as in previous versions. You can use sys(1037), adjust the report frx settings, similar to:
USE (reportfile.frx)
REPLACE ;
	tag WITH "", ;
	tag2 WITH "", ;
	EXPR WITH ;
		"ORIENTATION=1"+CHR(13)+CHR(10)+;
		"DUPLEX=2"+CHR(13)+CHR(10)+;
		"TTOPTION=2"+CHR(13)+CHR(10)
...
and so on...

>I need to know if there is a way for VFP 7.0 SP1 to control a duplex printer? If so, how?
>
>Thanks in advance!
>
>Don
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform