+ Reply to Thread
Results 1 to 3 of 3

Printer Tray

  1. #1
    Mike Archer
    Guest

    Printer Tray

    Hello-
    Is it possible to specify the manual feed tray when using the printout method?
    --
    Thanks,
    Mike

  2. #2
    ben
    Guest

    RE: Printer Tray

    Mike
    No not using that method my guess is your going to have to pull printer
    information and write it back using an API Call
    try here for a nice list of API calls

    http://www.mentalis.org/apilist/apilist.php


    --
    When you lose your mind, you free your life.


    "Mike Archer" wrote:

    > Hello-
    > Is it possible to specify the manual feed tray when using the printout method?
    > --
    > Thanks,
    > Mike


  3. #3
    Peter Rooney
    Guest

    RE: Printer Tray

    Mike,

    Have you tried using SENDKEYS to specify settings for your printer?

    These work to alter the portrait/landscape simplex/duplex settings on my
    LaserJet5SI.

    %FU is the same as Alt-F (File) Setup
    In the first example, %O is Alt-O (Options) then you just add whatever
    letters you'd have to type to do the job manually.

    Hope this helps

    Pete



    Sub PrinterSetupPortraitDuplex()
    SendKeys "%FU%O%RD~~"
    End Sub

    Sub PrinterSetupLandscapeDuplex()
    SendKeys "%FU%O%LT~~"
    End Sub

    Sub PrinterSetupPortraitSimplex()
    SendKeys "%FU%O%RN~~"
    End Sub

    Sub PrinterSetupLandscapeSimplex()
    SendKeys "%FU%O%LN~~"
    End Sub



    "Mike Archer" wrote:

    > Hello-
    > Is it possible to specify the manual feed tray when using the printout method?
    > --
    > Thanks,
    > Mike


+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1