Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Selecting trays automatically
Message
 
 
À
10/08/2005 21:08:37
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Versions des environnements
Visual FoxPro:
FoxPro Dos
OS:
Windows XP SP2
Divers
Thread ID:
01040057
Message ID:
01040069
Vues:
17
This message has been marked as the solution to the initial question of the thread.
>
>Looks like a vfp specific solution.
>
>You have any idea how to do this in DOS? Using PCL Code, perhaps? :)

Dan,

If your printer support PCL, check printer manual for possible values for Paper Source. Here're the standard once and PCL command format for selecting Paper Source
lcPaperSource = 
0 - Print the current page (paper source remains unchanged).
1 - Feed paper from the a printer-specific tray.
2 - Feed paper from manual input.
3 - Feed envelope from manual input.
4 - Feed paper from lower tray.
5 - Feed from optional paper source.

lcPaperSourceSelect = CHR(27) + "&l" + lcPaperSource + "H"
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform