Results 1 to 3 of 3

Thread: Printing multiple textboxes

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Aug 2000
    Location
    medina, OH
    Posts
    125
    I multiple textboxes on a form
    how would i print all of them onto one
    page?

  2. #2
    Guest
    Code:
    Printer.Print Text1.text
    Printer1.Print Text2.text
    '.....
    Printer.EndDoc
    If that don't work:

    Code:
    Printer.Print Text1.text & Text2.text '& Text.....
    Printer.EndDoc

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Aug 2000
    Location
    medina, OH
    Posts
    125

    can i

    that printed all of them in one continuous line.
    Can i make it so it prints one after the other.
    Not in one continueous line?

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