Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Using DOS printer control command in VFP
Message
 
À
06/06/2001 21:46:56
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00513473
Message ID:
00517857
Vues:
20
In addition, the Windows generic printer driver will generally buffer the page and it won't come out of the printer right away. Issue SET PRINTER TO after you've created your output to close the print job.

I also recommend you check out the section on TEXTMERGE in the help file. Try this code:

set printer to name getprinter()
set console off
set printer on
set textmerge on

\\current date and time: <>

set console on
set printer off
set textmerge off
set printer to
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform