Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Print to default printer and trays
Message
 
To
18/01/2001 13:49:26
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00465292
Message ID:
00465605
Views:
17
>>>>>>>>>>>>>>>
I have a client with muliple trays in the laser printer. My reports go to the default
printer alright, but does not use the default paper tray, always uses the first tray.
How can I make the report to select the tray with is set as default by windows ???

Please can anyone help ????
>>>>>>>>>>>>>>>

If you use your report as a table (use myreport.frx) and go to the first record a look at the Expr field, thats where the printer info is stored. Mine looks like this:
DRIVER=winspool
DEVICE=Canon BJC-2100
OUTPUT=LPT1:
ORIENTATION=1
PAPERSIZE=1
PAPERLENGTH=2794
PAPERWIDTH=2159
DEFAULTSOURCE=1
COLOR=2
TTOPTION=1
The default source is the tray (in this case tray #1), in your case you may want to change that to Tray #2 or #3.
Previous
Reply
Map
View

Click here to load this message in the networking platform