Z
zSplash
So, I am trying something that sounds simple, but is proving difficult (for
me): In my Word document, I want to be able to always have the document
print from the default tray (white paper), unless a custom.document.property
exists -- then, to print from the "color" tray.
Although the "trayID" part of Jonathan West's code consistently showed "0"
for every possible tray, using the firstPage and OtherPages code, I surmise
the trayID for the white and color trays:
White (default) -- 2
Color (Tray 3) -- 11
The trouble is, when I select those trays with code, when my printDialogs
box comes up, and I manually go to Properties, it's clear that the Tray
value has not changed as it should have. Everthing prints from the tray
that was last "selected" by mouse click.
Can someone please help/direct me?
TIA
me): In my Word document, I want to be able to always have the document
print from the default tray (white paper), unless a custom.document.property
exists -- then, to print from the "color" tray.
Although the "trayID" part of Jonathan West's code consistently showed "0"
for every possible tray, using the firstPage and OtherPages code, I surmise
the trayID for the white and color trays:
White (default) -- 2
Color (Tray 3) -- 11
The trouble is, when I select those trays with code, when my printDialogs
box comes up, and I manually go to Properties, it's clear that the Tray
value has not changed as it should have. Everthing prints from the tray
that was last "selected" by mouse click.
Can someone please help/direct me?
TIA