Results 1 to 4 of 4

Thread: Prining (Easy one)

  1. #1

    Thread Starter
    Addicted Member CoMMiE's Avatar
    Join Date
    Jul 2000
    Location
    Malaysia, Kuala Lumpur
    Posts
    179

    Question Printing(Easy one)

    Hi all
    I have some question abou printing and i hope you guys there can help me out

    Question
    1. How do i set up visual basic so that i can print on a landscape format instead of the default one?

    2.The printer wont output anything when i execute this code:

    print.current Y= 13000
    printer.print text1.text

    whats wrong with the code???


  2. #2
    Guest
    I think the reason its not working is because the co-ordinate 13000 is off the end of the page! Could be wrong though.

    try this for landscape mode:

    Code:
    Printer.Orientation = 2
    ok?

  3. #3

    Thread Starter
    Addicted Member CoMMiE's Avatar
    Join Date
    Jul 2000
    Location
    Malaysia, Kuala Lumpur
    Posts
    179
    Thanks for the help wossname

  4. #4

    Thread Starter
    Addicted Member CoMMiE's Avatar
    Join Date
    Jul 2000
    Location
    Malaysia, Kuala Lumpur
    Posts
    179
    wossname
    Do you mean that if i set the printer orientation to 2 the printer.current Y= 13000 will work?

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