Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Selecting trays automatically
Message
From
11/08/2005 16:52:27
 
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Environment versions
Visual FoxPro:
FoxPro Dos
OS:
Windows XP SP2
Miscellaneous
Thread ID:
01040057
Message ID:
01040415
Views:
21
Great.

This is exactly what we need.

Looks like 1 is the upper tray.
And 2 is the lower tray.

Dan

>>
>>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"
>
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform