Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Yet another printer question
Message
De
07/02/2006 13:46:33
 
 
À
07/02/2006 13:21:52
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
01094274
Message ID:
01094366
Vues:
10
This is the updated code. It still causes a form feed in between run.
clear
set printer to dump.dmp
set printer on
?
eject
set printer off
set printer to

cPrinter = getprinter()
if !empty(cPrinter)
	set printer to name (cPrinter)
	set printer on
         ???chr(27)+chr(77)+chr(27)+chr(112)+'0'
	? "Hello world online"
	eject
	set printer off
	set printer to
endif
ramil
~~ learning to stand still
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform