Results 1 to 2 of 2

Thread: Print Problem

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Sep 2002
    Location
    Pilipinas
    Posts
    441

    Print Problem

    Hi I try this code to change my DataReport Paper Orientation..

    Printer.PaperSize = vbPRPSLegal '10x14
    Printer.Orientation = vbPRORLandscape 'Landscape

    But it doesn't work.. Everytime I show the DataReport, it doesn't change..
    Kindly help me what code should I write?

  2. #2
    Junior Member
    Join Date
    Jun 2004
    Posts
    29

    Use Common Printer Dialog

    I think you are using a Printer object of VB.Try using the Print Dialog to set the print setting.

    In case you have some idea of API's try using the API's
    Give me a place to stand and I will move the Earth

Posting Permissions

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



Click Here to Expand Forum to Full Width