Results 1 to 5 of 5

Thread: Printing forms

Hybrid View

  1. #1

    Thread Starter
    New Member
    Join Date
    Apr 2000
    Posts
    2
    Please help. I have a database populated form (all the data is in labels) and I'd like to print the form on letterhead. I have tried using: printer.print <label.caption> but the text prints out across the page in one long line. I've also tried: formName.currentx = 1440, formName.currenty = 2880, formName.printform - but I cannot get the image to move down on the printed page. Any help would be much appreciated.

    Thank you.

  2. #2

  3. #3

    Thread Starter
    New Member
    Join Date
    Apr 2000
    Posts
    2
    Martin,

    I meant that I cannot get the printout to move down. It prints right at the top of the page. I'd like to have a two inch margin at the top of the printout.

  4. #4
    New Member
    Join Date
    Mar 2000
    Location
    Kamloops BC Canada
    Posts
    7


    [Edited by d_yard on 04-01-2000 at 12:12 PM]

  5. #5
    Former Admin/Moderator MartinLiss's Avatar
    Join Date
    Sep 1999
    Location
    San Jose, CA
    Posts
    33,431
    If you do the following...

    Printer.ScaleMode = vbInches
    Printer.CurrentY = 2

    ...the next line will be printed 2 inches from the top of the page. However MyForm.PrintForm always prints at the top of the page.

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